Lines Matching defs:swap_info_struct
8176 struct swap_info_struct { struct
8177 long unsigned int flags;
8178 short int prio;
8179 struct plist_node list;
8180 signed char type;
8181 unsigned int max;
8182 unsigned char *swap_map;
8183 struct swap_cluster_info *cluster_info;
8184 struct swap_cluster_list free_clusters;
8185 unsigned int lowest_bit;
8186 unsigned int highest_bit;
8187 unsigned int pages;
8188 unsigned int inuse_pages;
8189 unsigned int cluster_next;
8190 unsigned int cluster_nr;
8191 struct percpu_cluster *percpu_cluster;
8192 struct rb_root swap_extent_root;
8193 struct block_device *bdev;
8194 struct file *swap_file;
8195 unsigned int old_block_size;
8196 spinlock_t lock;
8197 spinlock_t cont_lock;
8198 struct work_struct discard_work;
8199 struct swap_cluster_list discard_clusters;
8200 struct plist_node avail_lists[0];