Searched refs:zs_can_compact (Results 1 – 1 of 1) sorted by relevance
627 static unsigned long zs_can_compact(struct size_class *class);663 freeable = zs_can_compact(class); in zs_stats_size_show()1901 static unsigned long zs_can_compact(struct size_class *class) in zs_can_compact() function1929 while (zs_can_compact(class)) { in __zs_compact()2043 pages_to_free += zs_can_compact(class); in zs_shrinker_count()