Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswap.h246 struct swap_info_struct { struct
248 unsigned long flags; /* SWP_USED etc: see above */
249 signed short prio; /* swap priority of this type */
251 signed char type; /* strange name for an index */
252 unsigned int max; /* extent of the swap_map */
266 struct file *swap_file; /* seldom referenced */
267 unsigned int old_block_size; /* seldom referenced */
268 struct completion comp; /* seldom referenced */
273 spinlock_t lock; /*
286 spinlock_t cont_lock; /*
[all …]

Completed in 10 milliseconds