Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dwake_q.h63 extern void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task);
/openbmc/linux/kernel/futex/
H A Dwaitwake.c137 wake_q_add_safe(wake_q, p); in futex_wake_mark()
/openbmc/linux/kernel/locking/
H A Drwsem.c566 wake_q_add_safe(wake_q, tsk); in rwsem_mark_wake()
/openbmc/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()
/openbmc/linux/kernel/sched/
H A Dcore.c992 * wake_q_add_safe() - safely queue a wakeup for 'later' waking.
1008 void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task) in wake_q_add_safe() function