HomeSort by: relevance | last modified time | path
    Searched defs:mq_open_max (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_mqueue.c 73 u_int mq_open_max = MQ_OPEN_MAX; variable in typeref:typename:u_int
503 if (atomic_inc_uint_nv(&p->p_mqueue_cnt) > mq_open_max) {
1162 CTLTYPE_INT, "mq_open_max",
1165 NULL, 0, &mq_open_max, 0,

Completed in 14 milliseconds