Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsem.h68 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */ macro
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
76 #define SEMMAP SEMMNS /* # of entries in semaphore map */
/linux-3.4.99/ipc/
Dsem.c170 ns->sc_semmns = SEMMNS; in sem_init_ns()