Searched refs:msg_qbytes (Results 1 – 1 of 1) sorted by relevance
348 if (in->msg_qbytes > USHRT_MAX) in copy_msqid_to_user()349 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()351 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user()352 out.msg_lqbytes = in->msg_qbytes; in copy_msqid_to_user()383 if (tbuf_old.msg_qbytes == 0) in copy_msqid_from_user()384 out->msg_qbytes = tbuf_old.msg_lqbytes; in copy_msqid_from_user()386 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user()401 struct ipc64_perm *perm, int msg_qbytes) in msgctl_down() argument411 perm, msg_qbytes); in msgctl_down()433 if (msg_qbytes > ns->msg_ctlmnb && in msgctl_down()[all …]