Home
last modified time | relevance | path

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

/include/linux/
Dswap.h235 struct swap_info_struct { struct
236 unsigned long flags; /* SWP_USED etc: see above */
237 signed short prio; /* swap priority of this type */
238 struct plist_node list; /* entry in swap_active_head */
239 signed char type; /* strange name for an index */
240 unsigned int max; /* extent of the swap_map */
241 unsigned char *swap_map; /* vmalloc'ed array of usage counts */
242 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */
243 struct swap_cluster_list free_clusters; /* free clusters list */
244 unsigned int lowest_bit; /* index of first free in swap_map */
[all …]