tag | line | file | source code |
---|---|---|---|
SEMMNS | 74 | include/linux/sem.h | #define SEMMNU SEMMNS /* num of undo structures system wide */ |
SEMMNS | 76 | include/linux/sem.h | #define SEMMAP SEMMNS /* # of entries in semaphore map */ |
SEMMNS | 63 | ipc/sem.c | if (used_sems + nsems > SEMMNS) |
SEMMNS | 172 | ipc/sem.c | seminfo.semmns = SEMMNS; |