Home
last modified time | relevance | path

Searched refs:wake_up_q (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/
Dfutex.c1288 wake_up_q(&wake_q); in wake_futex_pi()
1364 wake_up_q(&wake_q); in futex_wake()
1459 wake_up_q(&wake_q); in futex_wake_op()
1839 wake_up_q(&wake_q); in futex_requeue()
/linux-4.4.14/ipc/
Dmqueue.c1069 wake_up_q(&wake_q); in SYSCALL_DEFINE5()
1166 wake_up_q(&wake_q); in SYSCALL_DEFINE5()
/linux-4.4.14/kernel/locking/
Drtmutex.c1384 wake_up_q(&wake_q); in rt_mutex_fastunlock()
/linux-4.4.14/include/linux/
Dsched.h974 extern void wake_up_q(struct wake_q_head *head);
/linux-4.4.14/kernel/sched/
Dcore.c545 void wake_up_q(struct wake_q_head *head) in wake_up_q() function