Searched defs:size_class (Results 1 – 1 of 1) sorted by relevance
206 struct size_class { struct207 spinlock_t lock;208 struct page *fullness_list[_ZS_NR_FULLNESS_GROUPS];213 int size;214 unsigned int index;217 int pages_per_zspage;218 struct zs_size_stat stats;221 bool huge;247 struct size_class **size_class; member