Home
last modified time | relevance | path

Searched refs:shm_ctlmax (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dipc_namespace.h43 size_t shm_ctlmax; member
/linux/ipc/
H A Dshm.c112 ns->shm_ctlmax = SHMMAX; in shm_init_ns()
714 if (size < SHMMIN || size > ns->shm_ctlmax) in newseg()
1050 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()