Home
last modified time | relevance | path

Searched refs:shm_tot (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/ipc/
H A Dshm.c114 ns->shm_tot = 0; in shm_init_ns()
334 ns->shm_tot -= (shp->shm_segsz + PAGE_SIZE - 1) >> PAGE_SHIFT; in shm_destroy()
723 if (ns->shm_tot + numpages < ns->shm_tot || in newseg()
724 ns->shm_tot + numpages > ns->shm_ctlall) in newseg()
799 ns->shm_tot += numpages; in newseg()
1074 shm_info->shm_tot = ns->shm_tot; in shmctl_shm_info()
1348 compat_ulong_t shm_tot, shm_rss, shm_swp; member
1385 info.shm_tot = ip->shm_tot; in put_compat_shm_info()
/openbmc/linux/include/uapi/linux/
H A Dshm.h103 __kernel_ulong_t shm_tot; /* total allocated shm */ member
/openbmc/linux/include/linux/
H A Dipc_namespace.h45 unsigned long shm_tot; member
/openbmc/linux/tools/testing/selftests/mm/
H A Dthuge-gen.c158 Dprintf("alloc %lu res %lu\n", i.shm_tot, i.shm_rss); in test_shmget()
/openbmc/qemu/linux-user/
H A Dsyscall.c4437 abi_ulong shm_tot; member
4451 __put_user(host_shm_info->shm_tot, &target_shm_info->shm_tot); in host_to_target_shm_info()