Lines Matching refs:wake_q
39 #include <linux/sched/wake_q.h>
73 * - The actual wakeup of a sleeping task is performed using the wake_q
1016 static inline void __pipelined_op(struct wake_q_head *wake_q,
1027 wake_q_add_safe(wake_q, task);
1033 static inline void pipelined_send(struct wake_q_head *wake_q,
1039 __pipelined_op(wake_q, info, receiver);
1044 static inline void pipelined_receive(struct wake_q_head *wake_q,
1057 __pipelined_op(wake_q, info, sender);
1073 DEFINE_WAKE_Q(wake_q);
1157 pipelined_send(&wake_q, info, msg_ptr, receiver);
1170 wake_up_q(&wake_q);
1256 DEFINE_WAKE_Q(wake_q);
1264 pipelined_receive(&wake_q, info);
1266 wake_up_q(&wake_q);