Searched refs:msgctl_down (Results 1 - 1 of 1) sorted by relevance

/linux-master/ipc/
H A Dmsg.c401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, function
631 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm,
634 return msgctl_down(ns, msqid, cmd, NULL, 0);
766 return msgctl_down(ns, msqid, cmd, &msqid64.msg_perm, msqid64.msg_qbytes);
768 return msgctl_down(ns, msqid, cmd, NULL, 0);

Completed in 180 milliseconds