Searched refs:__wake_up (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | wait.h | 210 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) 226 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) 227 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL) 228 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL) 237 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m)) 243 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
|
| /linux-6.15/kernel/sched/ |
| H A D | wait.c | 124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() function 129 EXPORT_SYMBOL(__wake_up); 211 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
|
| H A D | wait_bit.c | 126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | condvar.rs | 205 bindings::__wake_up( in notify()
|
| /linux-6.15/io_uring/ |
| H A D | io_uring.h | 302 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake() 319 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_wake()
|
| /linux-6.15/kernel/locking/ |
| H A D | percpu-rwsem.c | 278 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
|
| /linux-6.15/fs/nfs/ |
| H A D | callback_proc.c | 692 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
|
| /linux-6.15/fs/ |
| H A D | userfaultfd.c | 873 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release() 1174 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
|
| H A D | dax.c | 201 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
|
| /linux-6.15/mm/ |
| H A D | memcontrol-v1.c | 1331 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg); in memcg1_oom_recover()
|
| /linux-6.15/fs/gfs2/ |
| H A D | glock.c | 124 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
|
| /linux-6.15/kernel/ |
| H A D | signal.c | 2157 __wake_up(&pid->wait_pidfd, TASK_NORMAL, 0, in do_notify_pidfd()
|