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

/linux-master/include/linux/
H A Dwait.h210 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key);
219 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
220 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
221 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
225 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
226 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
227 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
236 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
242 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
/linux-master/kernel/sched/
H A Dwait.c114 * __wake_up - wake up threads blocked on a waitqueue.
124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, function
129 EXPORT_SYMBOL(__wake_up); variable
137 * Same as __wake_up but called with the spinlock in wait_queue_head_t held.
211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE));
H A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key);
/linux-master/kernel/locking/
H A Dpercpu-rwsem.c278 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem);
/linux-master/io_uring/
H A Dio_uring.h266 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0,
283 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0,
/linux-master/fs/nfs/
H A Dcallback_proc.c687 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args);
/linux-master/fs/
H A Duserfaultfd.c919 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range);
1220 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range);
H A Ddax.c196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key);
/linux-master/fs/gfs2/
H A Dglock.c126 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name);
/linux-master/kernel/
H A Dsignal.c2038 __wake_up(&pid->wait_pidfd, TASK_NORMAL, 0,
H A Dworkqueue.c4327 __wake_up(&wq_cancel_waitq, TASK_NORMAL, 1, work);
/linux-master/mm/
H A Dmemcontrol.c1995 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);

Completed in 207 milliseconds