Searched refs:default_wake_function (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/include/linux/ |
D | wait.h | 29 int default_wake_function(wait_queue_t *wait, unsigned mode, int flags, void *key); 63 .func = default_wake_function, \ 101 q->func = default_wake_function; in init_waitqueue_entry()
|
/linux-3.4.99/kernel/ |
D | wait.c | 165 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function()
|
D | exit.c | 1700 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
/linux-3.4.99/fs/ |
D | select.c | 202 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
/linux-3.4.99/kernel/sched/ |
D | core.c | 3591 int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags, in default_wake_function() function 3596 EXPORT_SYMBOL(default_wake_function);
|