Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/ipc/
Dshm.c960 struct shm_info *shm_info) in shmctl_shm_info()
1161 struct shm_info shm_info; in ksys_shmctl() local
1356 struct shm_info shm_info; in compat_ksys_shmctl() local