Searched refs:shm_ctlmax (Results 1 – 3 of 3) sorted by relevance
123 .data = &init_ipc_ns.shm_ctlmax,124 .maxlen = sizeof(init_ipc_ns.shm_ctlmax),
101 ns->shm_ctlmax = SHMMAX; in shm_init_ns()612 if (size < SHMMIN || size > ns->shm_ctlmax) in newseg()948 shminfo->shmmax = ns->shm_ctlmax; in shmctl_ipc_info()
42 size_t shm_ctlmax; member