Searched defs:swap_info_struct (Results 1 – 1 of 1) sorted by relevance
277 struct swap_info_struct { struct278 struct percpu_ref users; /* indicate and keep swap device valid. */279 unsigned long flags; /* SWP_USED etc: see above */280 signed short prio; /* swap priority of this type */281 struct plist_node list; /* entry in swap_active_head */282 signed char type; /* strange name for an index */283 unsigned int max; /* extent of the swap_map */284 unsigned char *swap_map; /* vmalloc'ed array of usage counts */285 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */286 struct swap_cluster_list free_clusters; /* free clusters list */[all …]