Lines Matching defs:class

282 		unsigned int class:CLASS_BITS + 1;  member
551 static inline void zs_stat_inc(struct size_class *class, in zs_stat_inc()
558 static inline void zs_stat_dec(struct size_class *class, in zs_stat_dec()
565 static inline unsigned long zs_stat_get(struct size_class *class, in zs_stat_get()
594 struct size_class *class; in zs_stats_size_show() local
693 static enum fullness_group get_fullness_group(struct size_class *class, in get_fullness_group()
720 static void insert_zspage(struct size_class *class, in insert_zspage()
746 static void remove_zspage(struct size_class *class, in remove_zspage()
766 static enum fullness_group fix_fullness_group(struct size_class *class, in fix_fullness_group()
935 static void __free_zspage(struct zs_pool *pool, struct size_class *class, in __free_zspage()
967 static void free_zspage(struct zs_pool *pool, struct size_class *class, in free_zspage()
983 static void init_zspage(struct size_class *class, struct zspage *zspage) in init_zspage()
1027 static void create_page_chain(struct size_class *class, struct zspage *zspage, in create_page_chain()
1064 struct size_class *class, in alloc_zspage()
1101 static struct zspage *find_get_zspage(struct size_class *class) in find_get_zspage()
1265 static bool zspage_full(struct size_class *class, struct zspage *zspage) in zspage_full()
1301 struct size_class *class; in zs_map_object() local
1359 struct size_class *class; in zs_unmap_object() local
1407 static unsigned long obj_malloc(struct size_class *class, in obj_malloc()
1462 struct size_class *class; in zs_malloc() local
1515 static void obj_free(struct size_class *class, unsigned long obj) in obj_free()
1547 struct size_class *class; in zs_free() local
1585 static void zs_object_copy(struct size_class *class, unsigned long dst, in zs_object_copy()
1652 static unsigned long find_alloced_obj(struct size_class *class, in find_alloced_obj()
1695 static int migrate_zspage(struct zs_pool *pool, struct size_class *class, in migrate_zspage()
1745 static struct zspage *isolate_zspage(struct size_class *class, bool source) in isolate_zspage()
1776 static enum fullness_group putback_zspage(struct size_class *class, in putback_zspage()
1868 struct size_class *class, in putback_zspage_deferred()
1892 static void replace_sub_page(struct size_class *class, struct zspage *zspage, in replace_sub_page()
1918 struct size_class *class; in zs_page_isolate() local
1975 struct size_class *class; in zs_page_migrate() local
2098 struct size_class *class; in zs_page_putback() local
2186 struct size_class *class; in async_free_zspage() local
2245 static unsigned long zs_can_compact(struct size_class *class) in zs_can_compact()
2260 static void __zs_compact(struct zs_pool *pool, struct size_class *class) in __zs_compact()
2310 struct size_class *class; in zs_compact() local
2353 struct size_class *class; in zs_shrinker_count() local
2427 struct size_class *class; in zs_create_pool() local
2522 struct size_class *class = pool->size_class[i]; in zs_destroy_pool() local