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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_lock.c179 } while (!atomic_cmpset_int(lock, old, new));
220 } while (!atomic_cmpset_int(lock, old, new));
251 } while (!atomic_cmpset_int(lock, old, new));
303 } while (!atomic_cmpset_int(lock, old, DRM_KERNEL_CONTEXT));
H A Ddrm_auth.c199 if (!atomic_cmpset_int(&sequence, old, auth->magic))
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_atomic.h67 #define atomic_cmpset_int(p, c, n) \ macro
H A Ddrm_auth.c139 if (!atomic_cmpset_int(&sequence, old, auth.magic))
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_atomic.h67 #define atomic_cmpset_int(p, c, n) \ macro

Completed in 17 milliseconds