Searched refs:atomic_store_rel_long (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Datomic.h699 #define atomic_store_rel_long atomic_store_rel_64 macro
750 #define atomic_store_rel_long(p, v) \ macro
779 #define atomic_store_rel_ptr atomic_store_rel_long
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h537 #define atomic_store_rel_64 atomic_store_rel_long
540 #define atomic_store_rel_ptr atomic_store_rel_long
550 atomic_store_rel_long(volatile u_long *addr, u_long val)
/freebsd-13-stable/sys/amd64/include/
H A Datomic.h643 #define atomic_store_rel_64 atomic_store_rel_long
670 #define atomic_store_rel_ptr atomic_store_rel_long
/freebsd-13-stable/sys/sys/
H A Dbitset.h220 atomic_store_rel_long(&(t)->__bits[__i], \
H A Datomic_san.h214 #define atomic_store_rel_long kcsan_atomic_store_rel_long macro
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h547 #define atomic_store_rel_long atomic_store_rel_64 macro
/freebsd-13-stable/sys/arm/include/
H A Datomic-v6.h854 atomic_store_rel_long(volatile u_long *p, u_long v) function
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h568 #define atomic_store_rel_long atomic_store_rel_64 macro
/freebsd-13-stable/sys/x86/xen/
H A Dxen_intr.c654 atomic_store_rel_long(&s->evtchn_mask[i], ~0);
796 atomic_store_rel_long(&s->evtchn_mask[i], ~0);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c4541 atomic_store_rel_long((volatile unsigned long *)&if_getmtu(ifp),
9887 atomic_store_rel_long(&sc->cq_spq_left, MAX_SPQ_PENDING);
9915 atomic_store_rel_long(&sc->eq_spq_left,
12350 atomic_store_rel_long(&sc->periodic_flags, PERIODIC_GO);
12357 atomic_store_rel_long(&sc->periodic_flags, PERIODIC_STOP);
16435 atomic_store_rel_long(&sc->chip_tq_flags, CHIP_TQ_NONE);

Completed in 229 milliseconds