Home
last modified time | relevance | path

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

/linux-6.3-rc2/ipc/
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()
/linux-6.3-rc2/include/uapi/linux/
A Dshm.h103 __kernel_ulong_t shm_tot; /* total allocated shm */ member
/linux-6.3-rc2/include/linux/
A Dipc_namespace.h45 unsigned long shm_tot; member
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dthuge-gen.c175 Dprintf("alloc %lu res %lu\n", i.shm_tot, i.shm_rss); in test_shmget()

Completed in 9 milliseconds