Lines Matching refs:wake_q
1018 static inline void __pipelined_op(struct wake_q_head *wake_q, in __pipelined_op() argument
1029 wake_q_add_safe(wake_q, task); in __pipelined_op()
1035 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() argument
1041 __pipelined_op(wake_q, info, receiver); in pipelined_send()
1046 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive() argument
1059 __pipelined_op(wake_q, info, sender); in pipelined_receive()
1074 DEFINE_WAKE_Q(wake_q); in do_mq_timedsend()
1148 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
1160 wake_up_q(&wake_q); in do_mq_timedsend()
1234 DEFINE_WAKE_Q(wake_q); in do_mq_timedreceive()
1241 pipelined_receive(&wake_q, info); in do_mq_timedreceive()
1243 wake_up_q(&wake_q); in do_mq_timedreceive()