Home
last modified time | relevance | path

Searched refs:atomic_store_rel_long (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/tools/compat/include/sys/
H A Dbitset.h167 atomic_store_rel_long(&(t)->__bits[__i], \
/f-stack/freebsd/sys/
H A Dbitset.h220 atomic_store_rel_long(&(t)->__bits[__i], \
H A D_cscan_atomic.h214 #define atomic_store_rel_long kcsan_atomic_store_rel_long macro
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_ethdev.c146 atomic_store_rel_long(&sc->periodic_flags, PERIODIC_GO); in bnx2x_periodic_start()
163 atomic_store_rel_long(&sc->periodic_flags, PERIODIC_STOP); in bnx2x_periodic_stop()
H A Decore_sp.h88 #define atomic_store_rel_long(a, v) (*a = v) macro
H A Dbnx2x.c5205 atomic_store_rel_long(&sc->cq_spq_left, MAX_SPQ_PENDING); in bnx2x_init_sp_ring()
5233 atomic_store_rel_long(&sc->eq_spq_left, in bnx2x_init_eq_ring()
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c654 atomic_store_rel_long(&s->evtchn_mask[i], ~0); in xen_intr_init()
796 atomic_store_rel_long(&s->evtchn_mask[i], ~0); in xen_intr_resume()
/f-stack/freebsd/arm64/include/
H A Datomic.h568 #define atomic_store_rel_long atomic_store_rel_64 macro
/f-stack/freebsd/arm/include/
H A Datomic-v6.h854 atomic_store_rel_long(volatile u_long *p, u_long v) in atomic_store_rel_long() function