Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsys_mqueue.c72 static u_int mq_open_max = MQ_OPEN_MAX; variable
451 if (p->p_mqueue_cnt == mq_open_max) { in sys_mq_open()
576 if (p->p_mqueue_cnt == mq_open_max) { in sys_mq_open()
1149 SYSCTL_INT(_kern_mqueue, OID_AUTO, mq_open_max,
1150 CTLFLAG_RW, &mq_open_max, 0,