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()
1075 DEFINE_WAKE_Q(wake_q); in do_mq_timedsend()
1159 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
1171 wake_up_q(&wake_q); in do_mq_timedsend()
1257 DEFINE_WAKE_Q(wake_q); in do_mq_timedreceive()
1264 pipelined_receive(&wake_q, info); in do_mq_timedreceive()
1266 wake_up_q(&wake_q); in do_mq_timedreceive()