Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dwait.h212 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key);
223 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
224 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
225 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
230 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
231 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
232 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
241 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
247 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
/openbmc/linux/kernel/sched/
H A Dwait.c157 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() function
162 EXPORT_SYMBOL(__wake_up);
251 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
H A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs150 bindings::__wake_up( in notify()
/openbmc/linux/io_uring/
H A Dio_uring.h239 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
256 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
/openbmc/linux/kernel/locking/
H A Dpercpu-rwsem.c273 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
/openbmc/linux/fs/nfs/
H A Dcallback_proc.c678 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/openbmc/linux/fs/
H A Duserfaultfd.c954 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1255 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
H A Ddax.c196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/openbmc/linux/fs/gfs2/
H A Dglock.c126 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/openbmc/linux/kernel/
H A Dworkqueue.c3506 __wake_up(&cancel_waitq, TASK_NORMAL, 1, work); in __cancel_work_timer()
/openbmc/linux/mm/
H A Dmemcontrol.c1918 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg_oom_recover()