Searched refs:SEMMNU_INC (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h121 * demand in even increments of SEMMNI_INC, SEMMNS_INC, and SEMMNU_INC.
200 #define SEMMNU_INC 32 /* increment value for undo structures */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsysv_sem.c281 newSize = (newSize/SEMMNU_INC + 1) * SEMMNU_INC;

Completed in 72 milliseconds