Searched defs:size_class (Results 1 – 1 of 1) sorted by relevance
194 struct size_class { struct195 spinlock_t lock;196 struct list_head fullness_list[NR_ZS_FULLNESS];201 int size;202 int objs_per_zspage;204 int pages_per_zspage;206 unsigned int index;207 struct zs_size_stat stats;233 struct size_class *size_class[ZS_SIZE_CLASSES]; member