Searched refs:atomic_store_rel_long (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 699 #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 D | atomic.h | 643 #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 D | bitset.h | 167 atomic_store_rel_long(&(t)->__bits[__i], \
|
| /f-stack/freebsd/sys/ |
| H A D | bitset.h | 220 atomic_store_rel_long(&(t)->__bits[__i], \
|
| H A D | _cscan_atomic.h | 214 #define atomic_store_rel_long kcsan_atomic_store_rel_long macro
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 146 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 D | ecore_sp.h | 88 #define atomic_store_rel_long(a, v) (*a = v) macro
|
| H A D | bnx2x.c | 5205 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 D | xen_intr.c | 654 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 D | atomic.h | 568 #define atomic_store_rel_long atomic_store_rel_64 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 854 atomic_store_rel_long(volatile u_long *p, u_long v) in atomic_store_rel_long() function
|