Home
last modified time | relevance | path

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

/ipc/
Dmsg.c55 unsigned long q_qbytes; /* max number of bytes on queue */ member
157 msq->q_qbytes = ns->msg_ctlmnb; in newque()
178 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue()
179 1 + msq->q_qnum <= msq->q_qbytes; in msg_fits_inqueue()
423 msq->q_qbytes = msqid64->msg_qbytes; in msgctl_down()
546 p->msg_qbytes = msq->q_qbytes; in msgctl_stat()