Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dswap.h275 struct swap_info_struct { struct
276 struct percpu_ref users; /* indicate and keep swap device valid. */
277 unsigned long flags; /* SWP_USED etc: see above */
278 signed short prio; /* swap priority of this type */
279 struct plist_node list; /* entry in swap_active_head */
280 signed char type; /* strange name for an index */
281 unsigned int max; /* extent of the swap_map */
282 unsigned char *swap_map; /* vmalloc'ed array of usage counts */
283 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */
284 struct swap_cluster_list free_clusters; /* free clusters list */
[all …]