Lines Matching defs:class

282 		unsigned int class:CLASS_BITS + 1;  member
547 static inline void zs_stat_inc(struct size_class *class, in zs_stat_inc()
554 static inline void zs_stat_dec(struct size_class *class, in zs_stat_dec()
561 static inline unsigned long zs_stat_get(struct size_class *class, in zs_stat_get()
590 struct size_class *class; in zs_stats_size_show() local
689 static enum fullness_group get_fullness_group(struct size_class *class, in get_fullness_group()
716 static void insert_zspage(struct size_class *class, in insert_zspage()
742 static void remove_zspage(struct size_class *class, in remove_zspage()
762 static enum fullness_group fix_fullness_group(struct size_class *class, in fix_fullness_group()
931 static void __free_zspage(struct zs_pool *pool, struct size_class *class, in __free_zspage()
963 static void free_zspage(struct zs_pool *pool, struct size_class *class, in free_zspage()
979 static void init_zspage(struct size_class *class, struct zspage *zspage) in init_zspage()
1023 static void create_page_chain(struct size_class *class, struct zspage *zspage, in create_page_chain()
1060 struct size_class *class, in alloc_zspage()
1097 static struct zspage *find_get_zspage(struct size_class *class) in find_get_zspage()
1219 static bool zspage_full(struct size_class *class, struct zspage *zspage) in zspage_full()
1255 struct size_class *class; in zs_map_object() local
1313 struct size_class *class; in zs_unmap_object() local
1361 static unsigned long obj_malloc(struct size_class *class, in obj_malloc()
1416 struct size_class *class; in zs_malloc() local
1469 static void obj_free(struct size_class *class, unsigned long obj) in obj_free()
1501 struct size_class *class; in zs_free() local
1539 static void zs_object_copy(struct size_class *class, unsigned long dst, in zs_object_copy()
1606 static unsigned long find_alloced_obj(struct size_class *class, in find_alloced_obj()
1649 static int migrate_zspage(struct zs_pool *pool, struct size_class *class, in migrate_zspage()
1699 static struct zspage *isolate_zspage(struct size_class *class, bool source) in isolate_zspage()
1730 static enum fullness_group putback_zspage(struct size_class *class, in putback_zspage()
1822 struct size_class *class, in putback_zspage_deferred()
1846 static void replace_sub_page(struct size_class *class, struct zspage *zspage, in replace_sub_page()
1872 struct size_class *class; in zs_page_isolate() local
1929 struct size_class *class; in zs_page_migrate() local
2057 struct size_class *class; in zs_page_putback() local
2145 struct size_class *class; in async_free_zspage() local
2204 static unsigned long zs_can_compact(struct size_class *class) in zs_can_compact()
2219 static void __zs_compact(struct zs_pool *pool, struct size_class *class) in __zs_compact()
2269 struct size_class *class; in zs_compact() local
2312 struct size_class *class; in zs_shrinker_count() local
2386 struct size_class *class; in zs_create_pool() local
2481 struct size_class *class = pool->size_class[i]; in zs_destroy_pool() local