Searched refs:testmsg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 788 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() function 816 if (testmsg(msg, msr->r_msgtype, msr->r_mode) && in pipelined_send() 1074 if (testmsg(msg, *msgtyp, mode) && in find_msg()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 794 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() function 822 if (testmsg(msg, msr->r_msgtype, msr->r_mode) && in pipelined_send() 1080 if (testmsg(msg, *msgtyp, mode) && in find_msg()
|
Completed in 4 milliseconds