Searched defs:xchg (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_atomic_msvc.h | 196 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 D | sanitizer_atomic_clang.h | 78 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 D | ttdglobl.h | 62 #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 D | tsan_dense_alloc.h | 133 u64 xchg; in Refill() local 161 u64 xchg; in Drain() local
|
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | atomic.h | 222 #define xchg(ptr, new) ({ \ macro
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 2358 uintptr_t *xchg; in g_part_unload_event() local
|
/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 1851 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } in tcp_respond() macro
|