HomeSort by relevance Sort by last modified time
    Searched defs:SHMALL (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
shm.h 28 #define SHMALL (ULONG_MAX - (1UL << 24))
76 int shmall; member in struct:shminfo
  /external/kernel-headers/original/uapi/linux/
shm.h 13 * SHMMNI, SHMMAX and SHMALL are default upper limits which can be
14 * modified by sysctl. The SHMMAX and SHMALL values have been chosen to
18 * advised to make SHMMAX and SHMALL any larger. These limits are
24 #define SHMALL (ULONG_MAX - (1UL << 24)) /* max shm system wide (pages) */
98 int shmall; member in struct:shminfo

Completed in 62 milliseconds