Home
last modified time | relevance | path

Searched refs:wake_q_add_safe (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/sched/
H A Dwake_q.h63 extern void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task);
/linux/kernel/futex/
H A Dwaitwake.c149 wake_q_add_safe(wake_q, p); in futex_wake_mark()
/linux/kernel/locking/
H A Drwsem.c566 wake_q_add_safe(wake_q, tsk); in rwsem_mark_wake()
/linux/ipc/
H A Dmsg.c261 wake_q_add_safe(wake_q, r_tsk); in expunge_all()
H A Dmqueue.c1028 wake_q_add_safe(wake_q, task); in __pipelined_op()
H A Dsem.c796 wake_q_add_safe(wake_q, sleeper); in wake_up_sem_queue_prepare()
/linux/kernel/sched/
H A Dcore.c1007 void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task) in wake_q_add_safe() function