Searched refs:zs_can_compact (Results 1 – 1 of 1) sorted by relevance
515 static unsigned long zs_can_compact(struct size_class *class);551 freeable = zs_can_compact(class); in zs_stats_size_show()1859 static unsigned long zs_can_compact(struct size_class *class) in zs_can_compact() function1887 while (zs_can_compact(class)) { in __zs_compact()2001 pages_to_free += zs_can_compact(class); in zs_shrinker_count()