Searched refs:__wake_up_locked_key (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 178 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() function 182 EXPORT_SYMBOL_GPL(__wake_up_locked_key);
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 214 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); 244 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-bufmap.c | 115 __wake_up_locked_key(&m->q, TASK_INTERRUPTIBLE, NULL); in wait_for_free()
|
/openbmc/linux/fs/ |
H A D | userfaultfd.c | 953 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 1252 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
|
/openbmc/linux/net/sunrpc/ |
H A D | sched.c | 331 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
/openbmc/linux/block/ |
H A D | blk-iocost.c | 1543 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|