Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h95 unsigned long q_qbytes; /* max number of bytes on queue */ member
/linux-2.6.39/ipc/
Dmsg.c214 msq->q_qbytes = ns->msg_ctlmnb; in newque()
446 msq->q_qbytes = msqid64.msg_qbytes; in msgctl_down()
557 tbuf.msg_qbytes = msq->q_qbytes; in SYSCALL_DEFINE3()
674 if (msgsz + msq->q_cbytes <= msq->q_qbytes && in do_msgsnd()
675 1 + msq->q_qnum <= msq->q_qbytes) { in do_msgsnd()