Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h206 struct swap_info_struct { struct
207 unsigned long flags; /* SWP_USED etc: see above */
208 signed short prio; /* swap priority of this type */
209 struct plist_node list; /* entry in swap_active_head */
210 struct plist_node avail_list; /* entry in swap_avail_head */
211 signed char type; /* strange name for an index */
212 unsigned int max; /* extent of the swap_map */
213 unsigned char *swap_map; /* vmalloc'ed array of usage counts */
214 struct swap_cluster_info *cluster_info; /* cluster info. Only for SSD */
215 struct swap_cluster_info free_cluster_head; /* free cluster list head */
[all …]