Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dwait.h213 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key);
242 __wake_up_on_current_cpu(x, TASK_NORMAL, poll_to_key(m))
/Linux-v6.6/kernel/sched/
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