Lines Matching refs:old
207 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0;
216 new = allocate ? old - bandwidth : old + bandwidth;
220 data[0] = cpu_to_be32(old);
231 if (be32_to_cpup(data) == old)
234 old = be32_to_cpup(data);
245 __be32 bit, all, old;
249 old = all = allocate ? cpu_to_be32(~0) : 0;
258 if ((old & bit) != (all & bit))
261 data[0] = old;
262 data[1] = old ^ bit;
271 if (data[0] == old)
274 old = data[0];