Lines Matching refs:contention
53 * @contention: if any contention, this is set to %1
58 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention)
108 *contention = 1;
138 * @contention: if any contention, this is set to %1
144 static int shrink_tnc_trees(int nr, int age, int *contention)
167 *contention = 1;
177 *contention = 1;
187 freed += shrink_tnc(c, nr, age, contention);
283 int contention = 0;
299 freed = shrink_tnc_trees(nr, OLD_ZNODE_AGE, &contention);
304 freed += shrink_tnc_trees(nr - freed, YOUNG_ZNODE_AGE, &contention);
309 freed += shrink_tnc_trees(nr - freed, 0, &contention);
311 if (!freed && contention) {
312 dbg_tnc("freed nothing, but contention");