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

/linux-master/ipc/
H A Dmqueue.c309 unsigned long mq_bytes, mq_treesize; local
368 mq_bytes = info->attr.mq_maxmsg * info->attr.mq_msgsize;
369 if (mq_bytes + mq_treesize < mq_bytes)
371 mq_bytes += mq_treesize;
377 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes);
379 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes);
538 unsigned long mq_bytes, mq_treesize; local
545 mq_bytes = mq_treesize + (info->attr.mq_maxmsg *
549 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes);
[all...]

Completed in 295 milliseconds