Searched refs:shm_ctlmax (Results 1 – 3 of 3) sorted by relevance
138 .data = &init_ipc_ns.shm_ctlmax,139 .maxlen = sizeof (init_ipc_ns.shm_ctlmax),
74 ns->shm_ctlmax = SHMMAX; in shm_init_ns()352 if (size < SHMMIN || size > ns->shm_ctlmax) in newseg()679 shminfo.shmmax = ns->shm_ctlmax; in SYSCALL_DEFINE3()
43 size_t shm_ctlmax; member