Home
last modified time | relevance | path

Searched defs:size_class (Results 1 – 1 of 1) sorted by relevance

/mm/
Dzsmalloc.c200 struct size_class { struct
201 spinlock_t lock;
202 struct list_head fullness_list[NR_ZS_FULLNESS];
207 int size;
208 int objs_per_zspage;
210 int pages_per_zspage;
212 unsigned int index;
213 struct zs_size_stat stats;
255 struct size_class *size_class[ZS_SIZE_CLASSES]; member