Home
last modified time | relevance | path

Searched defs:atomic_fetch_xor (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/include/linux/
H A Datomic.h205 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
/dflybsd-src/contrib/gcc-8.0/gcc/ginclude/
H A Dstdatomic.h207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro