Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dmsg.c569 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg) in pipelined_send() function
701 if (!pipelined_send(msq, msg)) { in do_msgsnd()
Dmqueue.c919 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() function
1056 pipelined_send(&wake_q, info, msg_ptr, receiver); in SYSCALL_DEFINE5()