Lines Matching defs:swap_info_struct
6145 struct swap_info_struct { struct
6146 long unsigned int flags;
6147 short int prio;
6148 struct plist_node list;
6149 signed char type;
6150 unsigned int max;
6151 unsigned char *swap_map;
6152 struct swap_cluster_info *cluster_info;
6153 struct swap_cluster_list free_clusters;
6154 unsigned int lowest_bit;
6155 unsigned int highest_bit;
6156 unsigned int pages;
6157 unsigned int inuse_pages;
6158 unsigned int cluster_next;
6159 unsigned int cluster_nr;
6160 unsigned int *cluster_next_cpu;
6161 struct percpu_cluster *percpu_cluster;
6162 struct rb_root swap_extent_root;
6163 struct block_device *bdev;
6164 struct file *swap_file;
6165 unsigned int old_block_size;
6166 long unsigned int *frontswap_map;
6167 atomic_t frontswap_pages;
6168 spinlock_t lock;
6169 spinlock_t cont_lock;
6170 struct work_struct discard_work;
6171 struct swap_cluster_list discard_clusters;
6172 struct plist_node avail_lists[0];