| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 201 atomic_store_rel_int(&smp_started, 1); in init_secondary() 335 atomic_store_rel_int(&aps_ready, 1); in release_aps()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 325 atomic_store_rel_int(&smp_started, 1); in smp_init_secondary() 368 atomic_store_rel_int(&aps_ready, 1); in release_aps()
|
| /f-stack/freebsd/sys/ |
| H A D | buf_ring.h | 110 atomic_store_rel_int(&br->br_prod_tail, prod_next); in buf_ring_enqueue() 148 atomic_store_rel_int(&br->br_cons_tail, cons_next); in buf_ring_dequeue_mc()
|
| H A D | smr.h | 160 atomic_store_rel_int(&smr->c_seq, SMR_SEQ_INVALID); in smr_exit()
|
| H A D | _cscan_atomic.h | 186 #define atomic_store_rel_int kcsan_atomic_store_rel_int macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 99 #define atomic_store_rel_int atomic_store_rel_32 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | profile.h | 88 atomic_store_rel_int(&mcount_lock, 0); \
|
| /f-stack/freebsd/amd64/include/ |
| H A D | profile.h | 84 #define MCOUNT_EXIT(s) { atomic_store_rel_int(&mcount_lock, 0); \
|
| H A D | atomic.h | 616 #define atomic_store_rel_32 atomic_store_rel_int
|
| /f-stack/freebsd/i386/include/ |
| H A D | profile.h | 84 #define MCOUNT_EXIT(s) { atomic_store_rel_int(&mcount_lock, 0); \
|
| H A D | atomic.h | 871 #define atomic_store_rel_32 atomic_store_rel_int 928 atomic_store_rel_int((volatile u_int *)(p), (v))
|
| /f-stack/freebsd/kern/ |
| H A D | subr_counter.c | 157 atomic_store_rel_int(&cr->cr_lock, 0); in counter_ratecheck()
|
| H A D | kern_clocksource.c | 457 atomic_store_rel_int(&state->action, 0); 464 atomic_store_rel_int(&state->action, 0); 546 atomic_store_rel_int(&state->action,
|
| H A D | subr_eventhandler.c | 65 atomic_store_rel_int(&eventhandler_lists_initted, 1); in eventhandler_init()
|
| H A D | subr_lock.c | 349 atomic_store_rel_int(&lock_prof_resetting, 1); in lock_prof_reset() 380 atomic_store_rel_int(&lock_prof_resetting, 0); in lock_prof_reset()
|
| H A D | kern_kcov.c | 481 atomic_store_rel_int(&info->state, KCOV_STATE_RUNNING); in kcov_ioctl()
|
| H A D | subr_epoch.c | 377 atomic_store_rel_int(&epoch->e_in_use, 1); in epoch_alloc() 396 atomic_store_rel_int(&epoch->e_in_use, 0); in epoch_free()
|
| H A D | kern_clock.c | 502 atomic_store_rel_int(&devpoll_run, 0); in hardclock()
|
| H A D | kern_intr.c | 738 atomic_store_rel_int(&ie->ie_phase, !phase); in intr_event_barrier() 986 atomic_store_rel_int(&it->it_need, 1); in intr_event_schedule_thread()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | iommu.c | 272 atomic_store_rel_int(&iommu_initted, 2); in iommu_create_domain()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 174 atomic_store_rel_int(&aps_ready, 1); in release_aps() 282 atomic_store_rel_int(&smp_started, 1); in init_secondary()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1062 atomic_store_rel_int(&smp_started, 1); in init_secondary_tail() 1455 atomic_store_rel_int(&nmi_kdb_lock, 0); in nmi_call_kdb_smp() 1643 atomic_store_rel_int(&aps_ready, 1); in release_aps()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | cms.c | 339 atomic_store_rel_int(&mthd->needed, 0); in msgring_process()
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 406 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL)
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 1013 atomic_store_rel_int(&priv->fn_sent, 0); in ng_ksocket_incoming() 1036 atomic_store_rel_int(&priv->fn_sent, 0); in ng_ksocket_incoming2()
|