Home
last modified time | relevance | path

Searched defs:xchg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h196 uptr xchg, in atomic_compare_exchange_strong()
209 u16 xchg, in atomic_compare_exchange_strong()
222 u32 xchg, in atomic_compare_exchange_strong()
235 u64 xchg, in atomic_compare_exchange_strong()
249 typename T::Type xchg, in atomic_compare_exchange_weak()
H A Dsanitizer_atomic_clang.h78 typename T::Type xchg, in atomic_compare_exchange_strong()
90 typename T::Type xchg, in atomic_compare_exchange_weak()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdglobl.h62 #define TD_XCHG_GET_STATE(xchg) (xchg->state) argument
63 #define TD_XCHG_SET_STATE(xchg, val) (xchg->state) = (val) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h133 u64 xchg; in Refill() local
161 u64 xchg; in Drain() local
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h222 #define xchg(ptr, new) ({ \ macro
/freebsd/sys/geom/part/
H A Dg_part.c2358 uintptr_t *xchg; in g_part_unload_event() local
/freebsd/sys/netinet/
H A Dtcp_subr.c1851 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } in tcp_respond() macro