Function report |
Source Code:fs\userfaultfd.c |
Create Date:2022-07-28 20:20:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:userfaultfd_wake_function
Proto:static int userfaultfd_wake_function(wait_queue_entry_t *wq, unsigned mode, int wake_flags, void *key)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
wait_queue_entry_t * | wq | |
unsigned | mode | |
int | wake_flags | |
void * | key |
115 | ret = 0 |
122 | WRITE_ONCE(waken, true) |
127 | ret = wake_up_state(private, mode) |
128 | If ret Then |
142 | out : |
143 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |