Searched refs:__wake_up_locked_key (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | wait.c | 145 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() function 149 EXPORT_SYMBOL_GPL(__wake_up_locked_key);
|
| /linux-6.15/include/linux/ |
| H A D | wait.h | 212 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); 241 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
| /linux-6.15/fs/orangefs/ |
| H A D | orangefs-bufmap.c | 115 __wake_up_locked_key(&m->q, TASK_INTERRUPTIBLE, NULL); in wait_for_free()
|
| /linux-6.15/fs/ |
| H A D | userfaultfd.c | 872 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 1171 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
|
| /linux-6.15/net/sunrpc/ |
| H A D | sched.c | 333 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
| /linux-6.15/block/ |
| H A D | blk-iocost.c | 1550 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|
| /linux-6.15/mm/ |
| H A D | filemap.c | 1189 __wake_up_locked_key(q, TASK_NORMAL, &key); in folio_wake_bit()
|