Searched refs:q_cbytes (Results 1 - 1 of 1) sorted by relevance

/linux-master/ipc/
H A Dmsg.c54 unsigned long q_cbytes; /* current number of bytes on queue */ member in struct:msg_queue
167 msq->q_cbytes = msq->q_qnum = 0;
189 return msgsz + msq->q_cbytes <= msq->q_qbytes &&
292 percpu_counter_sub_local(&ns->percpu_msg_bytes, msq->q_cbytes);
571 p->msg_cbytes = msq->q_cbytes;
942 msq->q_cbytes += msgsz;
1167 msq->q_cbytes -= msg->m_ts;
1353 msq->q_cbytes,

Completed in 111 milliseconds