Symbol: atomic_store_rel_64
sys/amd64/pt/pt.c
199
atomic_store_rel_64(&buf->offset, offset);
sys/arm64/include/atomic.h
638
#define atomic_store_rel_long atomic_store_rel_64
sys/arm64/include/atomic.h
646
#define atomic_store_rel_ptr atomic_store_rel_64
sys/compat/linuxkpi/common/include/asm/atomic64.h
74
atomic_store_rel_64(&v->counter, i);
sys/dev/drm2/drm_atomic.h
44
#define atomic64_set(p, v) atomic_store_rel_64(p, v)
sys/dev/e1000/if_em.h
455
atomic_store_rel_64(&txr->tx_aim_snapshot, snapshot);
sys/dev/e1000/if_em.h
497
atomic_store_rel_64(&rxr->rx_aim_snapshot, snapshot);
sys/dev/ena/ena.c
3118
atomic_store_rel_64(&adapter->keep_alive_timestamp, stime);
sys/dev/igc/if_igc.h
277
atomic_store_rel_64(&txr->tx_aim_snapshot, snapshot);
sys/dev/igc/if_igc.h
318
atomic_store_rel_64(&rxr->rx_aim_snapshot, snapshot);
sys/dev/random/fenestrasX/fx_brng.c
108
atomic_store_rel_64(&fxrng_root_generation, rng->brng_generation);
sys/dev/random/fenestrasX/fx_brng.c
131
atomic_store_rel_64(&fxrng_root_generation, rng->brng_generation);
sys/dev/smartpqi/smartpqi_defines.h
991
#define OS_ATOMIC64_INIT(p,val) atomic_store_rel_64(p, val)
sys/i386/i386/sys_machdep.c
590
atomic_store_rel_64(&((uint64_t *)(pldt->ldt_base))[i],
sys/i386/i386/sys_machdep.c
726
atomic_store_rel_64(&dst[start + i], src[i]);
sys/i386/include/atomic.h
807
#define atomic_store_64 atomic_store_rel_64
sys/riscv/include/atomic.h
647
#define atomic_store_rel_long atomic_store_rel_64
sys/riscv/include/atomic.h
655
#define atomic_store_rel_ptr atomic_store_rel_64
sys/x86/x86/pvclock.c
85
atomic_store_rel_64(&pvclock_last_systime, 0);
sys/x86/x86/tsc.c
754
atomic_store_rel_64(&tsc_freq, new_freq);
sys/x86/x86/tsc.c
755
atomic_store_rel_64(&tsc_timecounter.tc_frequency,