| /f-stack/freebsd/sys/ |
| H A D | seqc.h | 81 return (atomic_load_acq_int(__DECONST(seqc_t *, seqcp))); in seqc_read_any() 88 return (atomic_load_acq_int(__DECONST(seqc_t *, seqcp)) & ~1); in seqc_read_notmodify()
|
| H A D | _cscan_atomic.h | 177 #define atomic_load_acq_int kcsan_atomic_load_acq_int macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 285 s_rd_seq = atomic_load_acq_int(&s->s_rd_seq); in smr_default_advance() 518 s_rd_seq = atomic_load_acq_int(&s->s_rd_seq); in smr_poll() 531 s_wr_seq = atomic_load_acq_int(&s->s_wr.seq); in smr_poll()
|
| H A D | kern_tc.c | 223 gen = atomic_load_acq_int(&th->th_generation); in bintime_off() 255 gen = atomic_load_acq_int(&th->th_generation); in getthmember() 886 gen = atomic_load_acq_int(&th->th_generation); in ffclock_read_counter() 1043 gen = atomic_load_acq_int(&th->th_generation); in sysclock_getsnapshot() 1715 pps->capgen = atomic_load_acq_int(&th->th_generation); in pps_capture() 1749 atomic_load_acq_int(&pps->capth->th_generation)) in pps_event()
|
| H A D | kern_clocksource.c | 450 switch (atomic_load_acq_int(&state->action)) { 558 if (atomic_load_acq_int(&state->action))
|
| H A D | kern_kcov.c | 186 atomic_load_acq_int(&info->state) != KCOV_STATE_RUNNING) in get_kinfo()
|
| H A D | kern_synch.c | 435 if (atomic_load_acq_int(&bc->__count) == 0) { in _blockcount_sleep()
|
| H A D | subr_smp.c | 616 while (atomic_load_acq_int(&smp_rv_waiters[3]) < ncpus) in smp_rendezvous_cpus()
|
| H A D | subr_epoch.c | 796 atomic_load_acq_int(&epoch->e_in_use) == 0)) in epoch_call_task()
|
| H A D | kern_intr.c | 1288 if (atomic_load_acq_int(&ithd->it_need) == 0 && in ithread_loop()
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 98 #define atomic_load_acq_int atomic_load_acq_32 macro
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 174 while (!atomic_load_acq_int(&aps_ready)) { in init_secondary()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 125 oldv = atomic_load_acq_int(v); in atomic_xchg()
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 870 #define atomic_load_acq_32 atomic_load_acq_int 926 atomic_load_acq_int((volatile u_int *)(p))
|
| /f-stack/freebsd/net/ |
| H A D | bpf_zerocopy.c | 438 atomic_load_acq_int(&zb->zb_header->bzh_user_gen)) in bpf_zerocopy_canfreebuf()
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 405 #define ATOMIC32_READ(I32_PTR) atomic_load_acq_int(I32_PTR)
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 615 #define atomic_load_acq_32 atomic_load_acq_int
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 298 while (atomic_load_acq_int(&aps_ready) == 0) in init_secondary()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 83 #define atomic_load_acq_int (int)* macro 95 #define ECORE_ATOMIC_READ(a) atomic_load_acq_int((volatile int *)a)
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 512 #define atomic_load_acq_int atomic_load_acq_32 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 666 #define atomic_load_acq_int atomic_load_acq_32 macro
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vlapic.c | 1100 val = atomic_load_acq_int(&irrptr[idx]); in vlapic_pending_intr() 1262 *data = atomic_load_acq_int(reg + i); in vlapic_read()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 746 if (atomic_load_acq_int(&swapdev_enabled)) in vm_pageout_launder() 1746 (pq->pq_cnt > 0 || atomic_load_acq_int(&swapdev_enabled))) { in vm_pageout_inactive()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 365 while (atomic_load_acq_int(&aps_ready) == 0) in init_secondary()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1081 while (atomic_load_acq_int(&smp_started) == 0) in init_secondary_tail()
|