Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsem.h78 #define SEMMNI 32000 /* <= IPCMNI max # of semaphore identifiers */ macro
80 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
/linux-4.4.14/ipc/
Dsem.c178 ns->sc_semmni = SEMMNI; in sem_init_ns()