Lines Matching refs:wake_q
1002 static inline void __pipelined_op(struct wake_q_head *wake_q, in __pipelined_op() argument
1011 wake_q_add_safe(wake_q, this->task); in __pipelined_op()
1017 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() argument
1023 __pipelined_op(wake_q, info, receiver); in pipelined_send()
1028 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive() argument
1041 __pipelined_op(wake_q, info, sender); in pipelined_receive()
1057 DEFINE_WAKE_Q(wake_q); in do_mq_timedsend()
1141 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
1154 wake_up_q(&wake_q); in do_mq_timedsend()
1240 DEFINE_WAKE_Q(wake_q); in do_mq_timedreceive()
1248 pipelined_receive(&wake_q, info); in do_mq_timedreceive()
1250 wake_up_q(&wake_q); in do_mq_timedreceive()