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
167 msq->q_qbytes = ns->msg_ctlmnb; in newque()
188 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue()
189 1 + msq->q_qnum <= msq->q_qbytes; in msg_fits_inqueue()
444 msq->q_qbytes = msg_qbytes; in msgctl_down()
567 p->msg_qbytes = msq->q_qbytes; in msgctl_stat()