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

/linux-4.1.27/include/uapi/linux/
H A Dshm.h11 * SHMMNI, SHMMAX and SHMALL are default upper limits which can be
12 * modified by sysctl. The SHMMAX and SHMALL values have been chosen to
16 * advised to make SHMMAX and SHMALL any larger. These limits are
22 #define SHMALL (ULONG_MAX - (1UL << 24)) /* max shm system wide (pages) */ macro
/linux-4.1.27/ipc/
H A Dshm.c78 ns->shm_ctlall = SHMALL; shm_init_ns()

Completed in 156 milliseconds