Searched refs:__wake_up_locked_key (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/net/sunrpc/ |
D | sched.c | 300 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|