Home
last modified time | relevance | path

Searched defs:shm_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dshm.h101 struct shm_info { struct
102 int used_ids;
103 __kernel_ulong_t shm_tot; /* total allocated shm */
104 __kernel_ulong_t shm_rss; /* total resident shm */
105 __kernel_ulong_t shm_swp; /* total swapped shm */
106 __kernel_ulong_t swap_attempts;
107 __kernel_ulong_t swap_successes;
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h353 struct shmid_ds shm_info; in do_bsd_shmat() local
/openbmc/linux/ipc/
H A Dshm.c1066 struct shm_info *shm_info) in shmctl_shm_info()
1267 struct shm_info shm_info; in ksys_shmctl() local
1462 struct shm_info shm_info; in compat_ksys_shmctl() local
/openbmc/qemu/linux-user/
H A Dmmap.c1294 struct shmid_ds shm_info; in target_shmat() local
H A Dsyscall.c4436 struct shm_info shm_info; in do_shmctl() local