Home
last modified time | relevance | path

Searched refs:atomic_load_acq_int (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/sys/
H A Dseqc.h81 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.h177 #define atomic_load_acq_int kcsan_atomic_load_acq_int macro
/f-stack/freebsd/kern/
H A Dsubr_smr.c285 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 Dkern_tc.c223 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 Dkern_clocksource.c450 switch (atomic_load_acq_int(&state->action)) {
558 if (atomic_load_acq_int(&state->action))
H A Dkern_kcov.c186 atomic_load_acq_int(&info->state) != KCOV_STATE_RUNNING) in get_kinfo()
H A Dkern_synch.c435 if (atomic_load_acq_int(&bc->__count) == 0) { in _blockcount_sleep()
H A Dsubr_smp.c616 while (atomic_load_acq_int(&smp_rv_waiters[3]) < ncpus) in smp_rendezvous_cpus()
H A Dsubr_epoch.c796 atomic_load_acq_int(&epoch->e_in_use) == 0)) in epoch_call_task()
H A Dkern_intr.c1288 if (atomic_load_acq_int(&ithd->it_need) == 0 && in ithread_loop()
/f-stack/freebsd/arm/include/
H A Datomic.h98 #define atomic_load_acq_int atomic_load_acq_32 macro
/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c174 while (!atomic_load_acq_int(&aps_ready)) { in init_secondary()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h125 oldv = atomic_load_acq_int(v); in atomic_xchg()
/f-stack/freebsd/i386/include/
H A Datomic.h870 #define atomic_load_acq_32 atomic_load_acq_int
926 atomic_load_acq_int((volatile u_int *)(p))
/f-stack/freebsd/net/
H A Dbpf_zerocopy.c438 atomic_load_acq_int(&zb->zb_header->bzh_user_gen)) in bpf_zerocopy_canfreebuf()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h405 #define ATOMIC32_READ(I32_PTR) atomic_load_acq_int(I32_PTR)
/f-stack/freebsd/amd64/include/
H A Datomic.h615 #define atomic_load_acq_32 atomic_load_acq_int
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c298 while (atomic_load_acq_int(&aps_ready) == 0) in init_secondary()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h83 #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 Datomic.h512 #define atomic_load_acq_int atomic_load_acq_32 macro
/f-stack/freebsd/mips/include/
H A Datomic.h666 #define atomic_load_acq_int atomic_load_acq_32 macro
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c1100 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 Dvm_pageout.c746 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 Dmp_machdep.c365 while (atomic_load_acq_int(&aps_ready) == 0) in init_secondary()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1081 while (atomic_load_acq_int(&smp_started) == 0) in init_secondary_tail()

12