Searched refs:default_wake_function (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | wait.h | 16 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key); 49 .func = default_wake_function, \ 84 wq_entry->func = default_wake_function; in init_waitqueue_entry()
|
/linux/block/ |
H A D | blk-rq-qos.c | 227 default_wake_function(curr, mode, wake_flags, key); in rq_qos_wake_function()
|
H A D | blk-iocost.c | 1490 default_wake_function(wq_entry, mode, flags, key); in iocg_wake_fn()
|
/linux/fs/ |
H A D | select.c | 205 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
H A D | eventpoll.c | 1972 int ret = default_wake_function(wq_entry, mode, sync, key); in ep_autoremove_wake_function()
|
/linux/kernel/ |
H A D | exit.c | 1596 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
/linux/mm/ |
H A D | shmem.c | 2716 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|