Searched refs:maxmq (Results 1 – 1 of 1) sorted by relevance
215 static int maxmq = 100; variable216 SYSCTL_INT(_kern_mqueue, OID_AUTO, maxmq, CTLFLAG_RW,217 &maxmq, 0, "maximum message queues");1595 if (curmq >= maxmq) in mqueue_alloc()