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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
H A Dmsg.c600 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg) function
706 if (!pipelined_send(msq, msg)) {
854 * Wait until pipelined_send or expunge_all are outside of
H A Dmqueue.c805 /* pipelined_send() - send a message directly to the task waiting in
808 static inline void pipelined_send(struct mqueue_inode_info *info, function
916 pipelined_send(info, msg_ptr, receiver);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
H A Dmsg.c600 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg) function
706 if (!pipelined_send(msq, msg)) {
854 * Wait until pipelined_send or expunge_all are outside of
H A Dmqueue.c805 /* pipelined_send() - send a message directly to the task waiting in
808 static inline void pipelined_send(struct mqueue_inode_info *info, function
916 pipelined_send(info, msg_ptr, receiver);

Completed in 165 milliseconds