Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dswap.h177 struct swap_info_struct { struct
178 unsigned long flags; /* SWP_USED etc: see above */
179 signed short prio; /* swap priority of this type */
180 signed char type; /* strange name for an index */
181 signed char next; /* next type on the swap list */
182 unsigned int max; /* extent of the swap_map */
183 unsigned char *swap_map; /* vmalloc'ed array of usage counts */
184 unsigned int lowest_bit; /* index of first free in swap_map */
185 unsigned int highest_bit; /* index of last free in swap_map */
186 unsigned int pages; /* total of usable pages of swap */
[all …]