Lines Matching full:semaphores
2 * Implementation of SVID semaphores
73 FEATURE(sysv_sem, "System V semaphores support");
75 static MALLOC_DEFINE(M_SEM, "sem", "SVID compatible semaphores");
159 #define SEMMNS 340 /* # of semaphores in system */
170 #define SEMMSL SEMMNS /* max # of semaphores per id */
200 .semmns = SEMMNS, /* # of semaphores in system */
202 .semmsl = SEMMSL, /* max # of semaphores per id */
213 "Maximum number of semaphores in the system");
217 "Max semaphores per id");
845 * in advance how many semaphores are in this set. in kern_semctl()
852 * Note that the number of semaphores in a set is in kern_semctl()
1024 "not enough semaphores left (need %d, got %d)\n", in sys_semget()
1439 * semaphores.
1783 SYSCTL_JAIL_PARAM_SYS_NODE(sysvsem, CTLFLAG_RW, "SYSV semaphores");