Home
last modified time | relevance | path

Searched refs:SEMMNS (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
82 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */ macro
89 #define SEMMNU SEMMNS /* num of undo structures system wide */
90 #define SEMMAP SEMMNS /* # of entries in semaphore map */
/linux/ipc/
H A Dsem.c39 * - SEMMSL, SEMMNS, SEMOPM and SEMMNI can be configured at runtime by writing
252 ns->sc_semmns = SEMMNS; in sem_init_ns()