Home
last modified time | relevance | path

Searched refs:SEMMNI (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dsem.h69 * SEMMNI, SEMMSL and SEMMNS are default values which can be
80 #define SEMMNI 32000 /* <= IPCMNI max # of semaphore identifiers */ macro
82 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
/linux/ipc/
H A Dsem.c39 * - SEMMSL, SEMMNS, SEMOPM and SEMMNI can be configured at runtime by writing
254 ns->sc_semmni = SEMMNI; in sem_init_ns()