Searched refs:pipelined_send (Results 1 - 2 of 2) sorted by relevance

/linux-master/ipc/
H A Dmsg.c816 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, function
939 if (!pipelined_send(msq, msg, &wake_q)) {
1213 * The work in pipelined_send() and expunge_all():
H A Dmqueue.c1031 /* pipelined_send() - send a message directly to the task waiting in
1034 static inline void pipelined_send(struct wake_q_head *wake_q, function
1158 pipelined_send(&wake_q, info, msg_ptr, receiver);

Completed in 177 milliseconds