Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mqueue.c214 static int maxmq = 100; variable
215 SYSCTL_INT(_kern_mqueue, OID_AUTO, maxmq, CTLFLAG_RW,
216 &maxmq, 0, "maximum message queues");
1601 if (curmq >= maxmq) in mqueue_alloc()