Home
last modified time | relevance | path

Searched refs:__wake_up (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
H A Dwait.c143 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 Dwait_bit.c129 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
/linux/rust/kernel/sync/
H A Dcondvar.rs205 bindings::__wake_up( in notify()
/linux/io_uring/
H A Dio_uring.h428 __wake_up(wq, TASK_NORMAL, 0, poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in __io_wq_wake()
/linux/fs/nfs/
H A Dcallback_proc.c695 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()