Lines Matching refs:new
45 unsigned int old, new;
51 new = old | _DRM_LOCK_CONT;
53 new = context | _DRM_LOCK_HELD;
54 } while (!atomic_cmpset_int(lock, old, new));
65 if (new == (context | _DRM_LOCK_HELD)) {
80 unsigned int old, new;
86 new = context | _DRM_LOCK_HELD;
87 } while (!atomic_cmpset_int(lock, old, new));
96 unsigned int old, new;
102 new = 0;
103 } while (!atomic_cmpset_int(lock, old, new));