Home
last modified time | relevance | path

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

/ipc/
Dmqueue.c311 unsigned long mq_bytes, mq_treesize; in mqueue_get_inode() local
370 mq_bytes = info->attr.mq_maxmsg * info->attr.mq_msgsize; in mqueue_get_inode()
371 if (mq_bytes + mq_treesize < mq_bytes) in mqueue_get_inode()
373 mq_bytes += mq_treesize; in mqueue_get_inode()
379 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()
381 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()
540 unsigned long mq_bytes, mq_treesize; in mqueue_evict_inode() local
547 mq_bytes = mq_treesize + (info->attr.mq_maxmsg * in mqueue_evict_inode()
551 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_evict_inode()