Searched refs:shrink_tnc_trees (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | shrinker.c | 135 * shrink_tnc_trees - shrink UBIFS TNC trees. 144 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()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | shrinker.c | 135 * shrink_tnc_trees - shrink UBIFS TNC trees. 144 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()
|
Completed in 2 milliseconds