HomeSort by: relevance | last modified time | path
    Searched defs:atomic_and_64 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/atomic/
atomic_and_64_cas.c 54 atomic_and_64(volatile uint64_t *addr, uint64_t val) function
61 atomic_op_alias(atomic_and_64,_atomic_and_64)
atomic_op_namespace.h 52 #define atomic_and_64 _atomic_and_64 macro
  /src/sys/sys/
atomic.h 219 #define atomic_and_64 kasan_atomic_and_64 macro
281 #define atomic_and_64 kcsan_atomic_and_64
343 #define atomic_and_64 kmsan_atomic_and_64
  /src/sys/kern/
subr_csan.c 395 #undef atomic_and_64 macro
subr_asan.c 710 #undef atomic_and_64 macro
subr_msan.c 1114 #undef atomic_and_64 macro

Completed in 37 milliseconds