Searched refs:__wake_up_locked_sync_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Dwait.c178 * __wake_up_locked_sync_key - wake up a thread blocked on a locked waitqueue.
193 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, function
198 EXPORT_SYMBOL_GPL(__wake_up_locked_sync_key); variable
/linux-master/include/linux/
H A Dwait.h214 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key);
246 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))

Completed in 108 milliseconds