Searched defs:swap_info_struct (Results 1 – 2 of 2) sorted by relevance
240 struct swap_info_struct { struct241 unsigned long flags; /* SWP_USED etc: see above */242 signed short prio; /* swap priority of this type */243 struct plist_node list; /* entry in swap_active_head */244 signed char type; /* strange name for an index */245 unsigned int max; /* extent of the swap_map */246 unsigned char *swap_map; /* vmalloc'ed array of usage counts */247 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */248 struct swap_cluster_list free_clusters; /* free clusters list */249 unsigned int lowest_bit; /* index of first free in swap_map */[all …]
231 struct swap_info_struct { struct232 unsigned long flags; /* SWP_USED etc: see above */233 signed short prio; /* swap priority of this type */234 struct plist_node list; /* entry in swap_active_head */235 signed char type; /* strange name for an index */236 unsigned int max; /* extent of the swap_map */237 unsigned char *swap_map; /* vmalloc'ed array of usage counts */238 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */239 struct swap_cluster_list free_clusters; /* free clusters list */240 unsigned int lowest_bit; /* index of first free in swap_map */[all …]