Searched refs:default_wake_function (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | wait.c | 375 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 440 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
D | core.c | 3708 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, in default_wake_function() function 3713 EXPORT_SYMBOL(default_wake_function);
|
/Linux-v4.19/include/linux/ |
D | wait.h | 17 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key); 48 .func = default_wake_function, \ 83 wq_entry->func = default_wake_function; in init_waitqueue_entry()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_request.c | 1287 DEFINE_WAIT_FUNC(reset, default_wake_function); in i915_request_wait() 1288 DEFINE_WAIT_FUNC(exec, default_wake_function); in i915_request_wait()
|
/Linux-v4.19/kernel/ |
D | exit.c | 1481 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
/Linux-v4.19/fs/ |
D | select.c | 207 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
/Linux-v4.19/mm/ |
D | shmem.c | 1946 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|