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