Searched defs:size_class (Results 1 – 1 of 1) sorted by relevance
198 struct size_class { struct199 spinlock_t lock;200 struct list_head fullness_list[NR_ZS_FULLNESS];205 int size;206 int objs_per_zspage;208 int pages_per_zspage;210 unsigned int index;211 struct zs_size_stat stats;253 struct size_class *size_class[ZS_SIZE_CLASSES]; member