Home
last modified time | relevance | path

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

/include/linux/
Dswap.h138 struct swap_info_struct { struct
139 unsigned long flags;
140 int prio; /* swap priority */
141 int next; /* next entry on swap list */
142 struct file *swap_file;
143 struct block_device *bdev;
144 struct list_head extent_list;
145 struct swap_extent *curr_swap_extent;
146 unsigned short *swap_map;
147 unsigned int lowest_bit;
[all …]