Searched refs:__wake_up (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/sched/ |
| H A D | wait.c | 143 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() function 148 EXPORT_SYMBOL(__wake_up); 230 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
| H A D | wait_bit.c | 129 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 205 bindings::__wake_up( in notify()
|
| /linux/io_uring/ |
| H A D | io_uring.h | 428 __wake_up(wq, TASK_NORMAL, 0, poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in __io_wq_wake()
|
| /linux/fs/nfs/ |
| H A D | callback_proc.c | 695 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|