Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Datomic.h696 #define atomic_clear_rel_int atomic_clear_barr_int macro
773 #define atomic_clear_rel_32 atomic_clear_rel_int
822 atomic_clear_rel_int((volatile u_int *)(p), (u_int)(v))
/freebsd/sys/amd64/include/
H A Datomic.h443 #define atomic_clear_rel_int atomic_clear_barr_int macro
520 #define atomic_clear_rel_32 atomic_clear_rel_int
/freebsd/sys/powerpc/include/
H A Datomic.h230 #define atomic_clear_rel_32 atomic_clear_rel_int
243 #define atomic_clear_rel_ptr atomic_clear_rel_int
/freebsd/sys/riscv/include/
H A Datomic.h344 #define atomic_clear_rel_int atomic_clear_rel_32 macro
/freebsd/sys/arm64/include/
H A Datomic.h585 #define atomic_clear_rel_int atomic_clear_rel_32 macro
/freebsd/sys/sys/
H A Datomic_san.h203 #define atomic_clear_rel_int ATOMIC_SAN(clear_rel_int) macro
/freebsd/sys/arm/include/
H A Datomic.h1090 #define atomic_clear_rel_int atomic_clear_rel_32 macro
/freebsd/sys/netgraph/
H A Dng_base.c2171 atomic_clear_rel_int(&node->nd_input_queue.q_flags, WRITER_ACTIVE); in ng_leave_write()