Home
last modified time | relevance | path

Searched refs:__wake_up_on_current_cpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dwait.h213 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key);
243 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
/openbmc/linux/kernel/sched/
H A Dwait.c164 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() function