Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dswap.h130 struct swap_info_struct { struct
131 unsigned int flags;
132 int prio; /* swap priority */
133 struct file *swap_file;
134 struct block_device *bdev;
135 struct list_head extent_list;
136 struct swap_extent *curr_swap_extent;
137 unsigned old_block_size;
138 unsigned short * swap_map;
139 unsigned int lowest_bit;
[all …]