Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsem.h67 #define SEMMSL 250 /* <= 8 000 max num of semaphores per id */ macro
68 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
/linux-2.4.37.9/ipc/
Dsem.c97 int sem_ctls[4] = {SEMMSL, SEMMNS, SEMOPM, SEMMNI};