Lines Matching defs:swap_info_struct
4695 struct swap_info_struct { struct
4696 long unsigned int flags;
4697 short int prio;
4698 struct plist_node list;
4699 signed char type;
4700 unsigned int max;
4701 unsigned char *swap_map;
4702 struct swap_cluster_info *cluster_info;
4703 struct swap_cluster_list free_clusters;
4704 unsigned int lowest_bit;
4705 unsigned int highest_bit;
4706 unsigned int pages;
4707 unsigned int inuse_pages;
4708 unsigned int cluster_next;
4709 unsigned int cluster_nr;
4710 unsigned int *cluster_next_cpu;
4711 struct percpu_cluster *percpu_cluster;
4712 struct rb_root swap_extent_root;
4713 struct block_device *bdev;
4714 struct file *swap_file;
4715 unsigned int old_block_size;
4716 long unsigned int *frontswap_map;
4717 atomic_t frontswap_pages;
4718 spinlock_t lock;
4719 spinlock_t cont_lock;
4720 struct work_struct discard_work;
4721 struct swap_cluster_list discard_clusters;
4722 struct plist_node avail_lists[0];