Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dmsg.c327 if (in->msg_qbytes > USHRT_MAX) in copy_msqid_to_user()
328 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()
330 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user()
331 out.msg_lqbytes = in->msg_qbytes; in copy_msqid_to_user()
362 if (tbuf_old.msg_qbytes == 0) in copy_msqid_from_user()
363 out->msg_qbytes = tbuf_old.msg_lqbytes; in copy_msqid_from_user()
365 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user()
390 &msqid64->msg_perm, msqid64->msg_qbytes); in msgctl_down()
412 if (msqid64->msg_qbytes > ns->msg_ctlmnb && in msgctl_down()
423 msq->q_qbytes = msqid64->msg_qbytes; in msgctl_down()
[all …]