Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/mm/
Dzsmalloc.c199 struct size_class { struct
200 spinlock_t lock;
201 struct list_head fullness_list[NR_ZS_FULLNESS];
206 int size;
207 int objs_per_zspage;
209 int pages_per_zspage;
211 unsigned int index;
212 struct zs_size_stat stats;
254 struct size_class *size_class[ZS_SIZE_CLASSES]; member