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

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_lock.c54 } while (!atomic_cmpset_int(lock, old, new));
87 } while (!atomic_cmpset_int(lock, old, new));
103 } while (!atomic_cmpset_int(lock, old, new));
H A Ddrm_atomic.h64 #define atomic_cmpset_int(p, c, n) \ macro
H A Ddrm_auth.c142 if (!atomic_cmpset_int(&sequence, old, auth.magic))

Completed in 80 milliseconds