Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dmsg.c56 unsigned long q_qbytes; /* max number of bytes on queue */ member
168 msq->q_qbytes = ns->msg_ctlmnb; in newque()
189 return msgsz + msq->q_cbytes <= msq->q_qbytes && in msg_fits_inqueue()
190 1 + msq->q_qnum <= msq->q_qbytes; in msg_fits_inqueue()
445 msq->q_qbytes = msg_qbytes; in msgctl_down()
573 p->msg_qbytes = msq->q_qbytes; in msgctl_stat()