Searched refs:contention (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dshrinker.c65 * @contention: if any contention, this is set to %1
70 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) argument
120 *contention = 1;
151 * @contention: if any contention, this is set to %1
157 static int shrink_tnc_trees(int nr, int age, int *contention) argument
180 *contention = 1;
190 *contention = 1;
200 freed += shrink_tnc(c, nr, age, contention);
282 int freed, contention = 0; local
[all...]

Completed in 83 milliseconds