Searched refs:SHMMNI (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshm.h9 * SHMMAX, SHMMNI and SHMALL are upper limits are defaults which can
15 #define SHMMNI 4096 /* max num of segs system wide */ macro
16 #define SHMALL (SHMMAX/PAGE_SIZE*(SHMMNI/16)) /* max shm system wide (pages) */
17 #define SHMSEG SHMMNI /* max shared segs per process */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dshm.c85 ns->shm_ctlmni = SHMMNI;

Completed in 51 milliseconds