Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswap.h282 struct swap_info_struct { struct
284 unsigned long flags; /* SWP_USED etc: see above */
285 signed short prio; /* swap priority of this type */
287 signed char type; /* strange name for an index */
288 unsigned int max; /* extent of the swap_map */
302 struct file *swap_file; /* seldom referenced */
303 unsigned int old_block_size; /* seldom referenced */
304 struct completion comp; /* seldom referenced */
305 spinlock_t lock; /*
318 spinlock_t cont_lock; /*
[all …]