Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/asm-generic/
H A Datomic.c79 #define ATOMIC_ADD(name, type1, type2) \ macro
87 ATOMIC_ADD(8, uint8_t, int8_t)
88 ATOMIC_ADD(char, uchar_t, signed char)
89 ATOMIC_ADD(16, uint16_t, int16_t)
90 ATOMIC_ADD(short, ushort_t, short)
91 ATOMIC_ADD(32, uint32_t, int32_t)
92 ATOMIC_ADD(int, uint_t, int)
93 ATOMIC_ADD(long, ulong_t, long)
94 ATOMIC_ADD(64, uint64_t, int64_t)