Searched refs:default_wake_function (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 403 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 463 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
| H A D | core.c | 7564 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, in rt_mutex_schedule() 7570 EXPORT_SYMBOL(default_wake_function); in rt_mutex_post_schedule() 7521 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, default_wake_function() function
|
| /linux/fs/ |
| H A D | select.c | 205 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
| H A D | eventpoll.c | 2181 * know that default_wake_function/ttwu will only fail if the thread is already in do_epoll_create() 2188 int ret = default_wake_function(wq_entry, mode, sync, key); in do_epoll_create()
|
| /linux/kernel/ |
| H A D | exit.c | 1641 return default_wake_function(wait, mode, sync, key); in do_wait_pid()
|