Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswap.h291 struct swap_info_struct { struct
296 signed char type; /* strange name for an index */
297 unsigned int max; /* extent of the swap_map */
303 struct list_head nonfull_clusters[SWAP_NR_ORDERS];
305 struct list_head frag_clusters[SWAP_NR_ORDERS];
307 unsigned int frag_cluster_nr[SWAP_NR_ORDERS];
318 struct file *swap_file; /* seldom referenced */
319 struct completion comp; /* seldom referenced */
320 spinlock_t lock; /*
333 spinlock_t cont_lock; /*
[all …]

Completed in 7 milliseconds