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