Lines Matching refs:wake_q
1017 static inline void __pipelined_op(struct wake_q_head *wake_q, in __pipelined_op() argument
1028 wake_q_add_safe(wake_q, task); in __pipelined_op()
1034 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() argument
1040 __pipelined_op(wake_q, info, receiver); in pipelined_send()
1045 static inline void pipelined_receive(struct wake_q_head *wake_q, in pipelined_receive() argument
1058 __pipelined_op(wake_q, info, sender); in pipelined_receive()
1074 DEFINE_WAKE_Q(wake_q); in do_mq_timedsend()
1158 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
1170 wake_up_q(&wake_q); in do_mq_timedsend()
1256 DEFINE_WAKE_Q(wake_q); in do_mq_timedreceive()
1263 pipelined_receive(&wake_q, info); in do_mq_timedreceive()
1265 wake_up_q(&wake_q); in do_mq_timedreceive()