Searched refs:pipelined_send (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 810 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, in pipelined_send() function 933 if (!pipelined_send(msq, msg, &wake_q)) { in do_msgsnd() 1207 * The work in pipelined_send() and expunge_all(): in do_msgrcv()
|
H A D | mqueue.c | 1030 /* pipelined_send() - send a message directly to the task waiting in 1033 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() function 1157 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 816 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, in pipelined_send() function 939 if (!pipelined_send(msq, msg, &wake_q)) { in do_msgsnd() 1213 * The work in pipelined_send() and expunge_all(): in do_msgrcv()
|
H A D | mqueue.c | 1031 /* pipelined_send() - send a message directly to the task waiting in 1034 static inline void pipelined_send(struct wake_q_head *wake_q, in pipelined_send() function 1158 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()
|
Completed in 8 milliseconds