Home
last modified time | relevance | path

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

/include/linux/
A Dswap.h297 struct swap_info_struct { struct
302 signed char type; /* strange name for an index */
303 unsigned int max; /* extent of the swap_map */
309 struct list_head nonfull_clusters[SWAP_NR_ORDERS];
311 struct list_head frag_clusters[SWAP_NR_ORDERS];
313 atomic_long_t frag_cluster_nr[SWAP_NR_ORDERS];
320 struct file *swap_file; /* seldom referenced */
321 struct completion comp; /* seldom referenced */
322 spinlock_t lock; /*
335 spinlock_t cont_lock; /*
[all …]

Completed in 8 milliseconds