Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmsg.h25 unsigned long q_qbytes; /* max number of bytes on queue */ member
/linux-4.4.14/ipc/
Dmsg.c143 msq->q_qbytes = ns->msg_ctlmnb; in newque()
386 msq->q_qbytes = msqid64.msg_qbytes; in msgctl_down()
502 tbuf.msg_qbytes = msq->q_qbytes; in msgctl_nolock()
657 if (msgsz + msq->q_cbytes <= msq->q_qbytes && in do_msgsnd()
658 1 + msq->q_qnum <= msq->q_qbytes) { in do_msgsnd()