Searched refs:__wake_up_locked_key (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/kernel/sched/ |
| D | wait.c | 155 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() function 159 EXPORT_SYMBOL_GPL(__wake_up_locked_key);
|
| /Linux-v5.4/include/linux/ |
| D | wait.h | 201 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); 227 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
| /Linux-v5.4/fs/orangefs/ |
| D | orangefs-bufmap.c | 115 __wake_up_locked_key(&m->q, TASK_INTERRUPTIBLE, NULL); in wait_for_free()
|
| /Linux-v5.4/fs/ |
| D | userfaultfd.c | 933 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 1236 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
|
| /Linux-v5.4/net/sunrpc/ |
| D | sched.c | 332 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
| /Linux-v5.4/block/ |
| D | blk-iocost.c | 1178 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|