Home
last modified time | relevance | path

Searched refs:shm_swp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dshm.h105 __kernel_ulong_t shm_swp; /* total swapped shm */ member
/openbmc/linux/ipc/
H A Dshm.c1073 shm_get_stat(ns, &shm_info->shm_rss, &shm_info->shm_swp); in shmctl_shm_info()
1348 compat_ulong_t shm_tot, shm_rss, shm_swp; member
1387 info.shm_swp = ip->shm_swp; in put_compat_shm_info()
/openbmc/qemu/linux-user/
H A Dsyscall.c4417 abi_ulong shm_swp; member
4431 __put_user(host_shm_info->shm_swp, &target_shm_info->shm_swp); in host_to_target_shm_info()