Searched refs:msgctl_down (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ipc/ |
H A D | msg.c | 401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() function 631 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, in ksys_msgctl() 634 return msgctl_down(ns, msqid, cmd, NULL, 0); in ksys_msgctl() 766 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes); in compat_ksys_msgctl() 768 return msgctl_down(ns, msqid, cmd, NULL, 0); in compat_ksys_msgctl()
|