Lines Matching defs:new
167 unsigned int old, new;
173 new = old | _DRM_LOCK_CONT;
175 new = context | _DRM_LOCK_HELD |
179 } while (!atomic_cmpset_int(lock, old, new));
191 if ((_DRM_LOCKING_CONTEXT(new)) == context && (new & _DRM_LOCK_HELD)) {
213 unsigned int old, new;
219 new = context | _DRM_LOCK_HELD;
220 } while (!atomic_cmpset_int(lock, old, new));
237 unsigned int old, new;
250 new = _DRM_LOCKING_CONTEXT(old);
251 } while (!atomic_cmpset_int(lock, old, new));