Searched refs:posix_sem_max (Results 1 – 1 of 1) sorted by relevance
156 long posix_sem_max = 10000; /* tunable for max POSIX semaphores */ variable160 SYSCTL_LONG(_kern_posix_sem, OID_AUTO, max, CTLFLAG_RW | CTLFLAG_LOCKED, &posix_sem_max, "max");269 if (psemnument >= posix_sem_max) { in psem_cache_add()304 psemhashtbl = hashinit((int)(posix_sem_max / 2), M_SHM, &psemhash); in psem_cache_init()