Home
last modified time | relevance | path

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

/linux/mm/
H A Dzsmalloc.c160 struct size_class { struct
161 spinlock_t lock;
162 struct list_head fullness_list[NR_FULLNESS_GROUPS];
167 int size;
168 int objs_per_zspage;
170 int pages_per_zspage;
172 unsigned int index;
173 struct zs_size_stat stats;
199 struct size_class *size_class[ZS_SIZE_CLASSES]; member