Searched refs:contention (Results 1 – 2 of 2) sorted by relevance
/fs/ubifs/ |
D | shrinker.c | 58 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc() argument 108 *contention = 1; in shrink_tnc() 144 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() argument 167 *contention = 1; in shrink_tnc_trees() 177 *contention = 1; in shrink_tnc_trees() 187 freed += shrink_tnc(c, nr, age, contention); in shrink_tnc_trees() 283 int contention = 0; in ubifs_shrink_scan() local 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() [all …]
|
/fs/squashfs/ |
D | Kconfig | 52 it eliminates a memcpy and it also removes the lock contention
|