Searched refs:__wake_up_locked_key (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | wait.c | 109 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) in __wake_up_locked_key() function 113 EXPORT_SYMBOL_GPL(__wake_up_locked_key); 286 __wake_up_locked_key(q, mode, key); in abort_exclusive_wait()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 476 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 477 __wake_up_locked_key(&ctx->fault_wqh, TASK_NORMAL, &range); in userfaultfd_release() 659 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault() 662 __wake_up_locked_key(&ctx->fault_wqh, TASK_NORMAL, range); in __wake_userfault()
|
/linux-4.4.14/include/linux/ |
D | wait.h | 150 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key); 182 __wake_up_locked_key((x), TASK_NORMAL, (void *) (m))
|
/linux-4.4.14/net/sunrpc/ |
D | sched.c | 300 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|