Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsem.h81 #define SEMMSL 32000 /* <= INT_MAX max num of semaphores per id */ macro
82 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
/openbmc/linux/ipc/
H A Dsem.c251 ns->sc_semmsl = SEMMSL; in sem_init_ns()