Searched refs:default_wake_function (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | wait.h | 14 int default_wake_function(wait_queue_t *wait, unsigned mode, int flags, void *key); 53 .func = default_wake_function, \ 94 q->func = default_wake_function; in init_waitqueue_entry()
|
/linux-4.1.27/kernel/sched/ |
D | wait.c | 293 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function() 362 return default_wake_function(wait, mode, sync, key); in woken_wake_function()
|
D | core.c | 2978 int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags, in default_wake_function() function 2983 EXPORT_SYMBOL(default_wake_function);
|
/linux-4.1.27/fs/ |
D | select.c | 205 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
/linux-4.1.27/kernel/ |
D | exit.c | 1464 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|