Lines Matching defs:swap_info_struct
8600 struct swap_info_struct { struct
8601 struct percpu_ref users;
8602 long unsigned int flags;
8603 short int prio;
8604 struct plist_node list;
8605 signed char type;
8606 unsigned int max;
8607 unsigned char *swap_map;
8608 struct swap_cluster_info *cluster_info;
8609 struct swap_cluster_list free_clusters;
8610 unsigned int lowest_bit;
8611 unsigned int highest_bit;
8612 unsigned int pages;
8613 unsigned int inuse_pages;
8614 unsigned int cluster_next;
8615 unsigned int cluster_nr;
8616 unsigned int *cluster_next_cpu;
8617 struct percpu_cluster *percpu_cluster;
8618 struct rb_root swap_extent_root;
8619 struct block_device *bdev;
8620 struct file *swap_file;
8621 unsigned int old_block_size;
8622 struct completion comp;
8623 spinlock_t lock;
8624 spinlock_t cont_lock;
8625 struct work_struct discard_work;
8626 struct swap_cluster_list discard_clusters;
8627 struct plist_node avail_lists[0];