Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
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;
/linux-6.6.21/ipc/
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