Searched refs:msgctl_down (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/ipc/ |
D | msg.c | 398 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() function 623 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, in ksys_msgctl() 626 return msgctl_down(ns, msqid, cmd, NULL, 0); in ksys_msgctl() 758 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes); in compat_ksys_msgctl() 760 return msgctl_down(ns, msqid, cmd, NULL, 0); in compat_ksys_msgctl()
|