Searched refs:default_wake_function (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/kernel/sched/ |
D | wait.c | 424 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 484 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
D | core.c | 7016 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, in default_wake_function() function 7022 EXPORT_SYMBOL(default_wake_function);
|
/linux-6.6.21/include/linux/ |
D | wait.h | 17 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key); 51 .func = default_wake_function, \ 86 wq_entry->func = default_wake_function; in init_waitqueue_entry()
|
/linux-6.6.21/kernel/ |
D | exit.c | 1533 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
/linux-6.6.21/fs/ |
D | select.c | 208 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
D | eventpoll.c | 1798 int ret = default_wake_function(wq_entry, mode, sync, key); in ep_autoremove_wake_function()
|
/linux-6.6.21/block/ |
D | blk-iocost.c | 1479 default_wake_function(wq_entry, mode, flags, key); in iocg_wake_fn()
|
/linux-6.6.21/mm/ |
D | shmem.c | 2171 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|