Searched refs:expunge_all (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 248 static void expunge_all(struct msg_queue *msq, int res, in expunge_all() function 280 expunge_all(msq, -EIDRM, &wake_q); in __releases() 451 expunge_all(msq, -EAGAIN, &wake_q); in msgctl_down() 824 /* See expunge_all regarding memory barrier */ in pipelined_send() 832 /* See expunge_all regarding memory barrier */ in pipelined_send() 1200 * Prior to destruction, expunge_all(-EIRDM) changes r_msg. in do_msgrcv() 1207 * The work in pipelined_send() and expunge_all(): in do_msgrcv()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 249 static void expunge_all(struct msg_queue *msq, int res, in expunge_all() function 281 expunge_all(msq, -EIDRM, &wake_q); in __releases() 452 expunge_all(msq, -EAGAIN, &wake_q); in msgctl_down() 830 /* See expunge_all regarding memory barrier */ in pipelined_send() 838 /* See expunge_all regarding memory barrier */ in pipelined_send() 1206 * Prior to destruction, expunge_all(-EIRDM) changes r_msg. in do_msgrcv() 1213 * The work in pipelined_send() and expunge_all(): in do_msgrcv()
|
Completed in 4 milliseconds