Home
last modified time | relevance | path

Searched refs:ATOMIC_CAS (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/
H A Datomic.c319 #define ATOMIC_CAS(name, type) \ macro
331 ATOMIC_CAS(8, uint8_t)
332 ATOMIC_CAS(uchar, uchar_t)
333 ATOMIC_CAS(16, uint16_t)
334 ATOMIC_CAS(ushort, ushort_t)
335 ATOMIC_CAS(32, uint32_t)
336 ATOMIC_CAS(uint, uint_t)
337 ATOMIC_CAS(ulong, ulong_t)
338 ATOMIC_CAS(64, uint64_t)