Home
last modified time | relevance | path

Searched refs:shrink_tnc_trees (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/ubifs/ !
Dshrinker.c144 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() function
299 freed = shrink_tnc_trees(nr, OLD_ZNODE_AGE, &contention); in ubifs_shrink_scan()
304 freed += shrink_tnc_trees(nr - freed, YOUNG_ZNODE_AGE, &contention); in ubifs_shrink_scan()
309 freed += shrink_tnc_trees(nr - freed, 0, &contention); in ubifs_shrink_scan()