Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dshrinker.c156 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() function
311 freed = shrink_tnc_trees(nr, OLD_ZNODE_AGE, &contention); in ubifs_shrink_scan()
316 freed += shrink_tnc_trees(nr - freed, YOUNG_ZNODE_AGE, &contention); in ubifs_shrink_scan()
321 freed += shrink_tnc_trees(nr - freed, 0, &contention); in ubifs_shrink_scan()