Lines Matching defs:swap_info_struct
4836 struct swap_info_struct { struct
4837 struct percpu_ref users;
4838 long unsigned int flags;
4839 short int prio;
4840 struct plist_node list;
4841 signed char type;
4842 unsigned int max;
4843 unsigned char *swap_map;
4844 struct swap_cluster_info *cluster_info;
4845 struct swap_cluster_list free_clusters;
4846 unsigned int lowest_bit;
4847 unsigned int highest_bit;
4848 unsigned int pages;
4849 unsigned int inuse_pages;
4850 unsigned int cluster_next;
4851 unsigned int cluster_nr;
4852 unsigned int *cluster_next_cpu;
4853 struct percpu_cluster *percpu_cluster;
4854 struct rb_root swap_extent_root;
4855 struct block_device *bdev;
4856 struct file *swap_file;
4857 unsigned int old_block_size;
4858 struct completion comp;
4859 long unsigned int *frontswap_map;
4860 atomic_t frontswap_pages;
4861 spinlock_t lock;
4862 spinlock_t cont_lock;
4863 struct work_struct discard_work;
4864 struct swap_cluster_list discard_clusters;
4865 struct plist_node avail_lists[0];