Symbol: atomic_readandclear_32
sys/arm/include/atomic.h
1075
#define atomic_readandclear_ptr atomic_readandclear_32
sys/arm/include/atomic.h
1101
#define atomic_readandclear_int atomic_readandclear_32
sys/arm/include/atomic.h
703
return (atomic_readandclear_32((volatile uint32_t *)p));
sys/arm64/apple/apple_aic.c
545
mask = atomic_readandclear_32(&sc->sc_ipimasks[cpu]);
sys/arm64/include/atomic.h
567
#define atomic_readandclear_int atomic_readandclear_32
sys/dev/e1000/if_em.c
1651
atomic_readandclear_32(&sc->stats_pending);
sys/dev/e1000/if_em.c
1927
atomic_readandclear_32(&sc->promisc_pending);
sys/dev/e1000/if_em.c
2658
if (atomic_readandclear_32(&sc->promisc_pending) != 0)
sys/dev/e1000/if_em.c
2786
if (atomic_readandclear_32(&sc->stats_pending) != 0)
sys/dev/e1000/if_igb_iov.c
1556
pending = atomic_readandclear_32(&sc->iov_pending) != 0;
sys/dev/e1000/if_igb_iov.c
1558
atomic_readandclear_32(&sc->iov_mdd_cause) : 0;
sys/dev/e1000/if_igb_iov.c
1559
spoofed = atomic_readandclear_32(&sc->iov_spoof_pending);
sys/dev/e1000/if_igb_iov.c
1775
atomic_readandclear_32(&sc->iov_mdd_cause);
sys/dev/e1000/if_igb_iov.c
1776
atomic_readandclear_32(&sc->iov_pending);
sys/dev/e1000/if_igb_iov.c
1777
atomic_readandclear_32(&sc->iov_spoof_pending);
sys/dev/e1000/if_igb_iov.c
1982
atomic_readandclear_32(&sc->iov_mdd_cause);
sys/dev/e1000/if_igb_iov.c
1983
atomic_readandclear_32(&sc->iov_pending);
sys/dev/e1000/if_igb_iov.c
1984
atomic_readandclear_32(&sc->iov_spoof_pending);
sys/dev/e1000/if_igb_iov.c
647
atomic_readandclear_32(&sc->iov_mdd_cause);
sys/dev/e1000/if_igb_iov.c
648
atomic_readandclear_32(&sc->iov_pending);
sys/dev/e1000/if_igb_iov.c
649
atomic_readandclear_32(&sc->iov_spoof_pending);
sys/dev/e1000/if_igbv.c
107
atomic_readandclear_32(&sc->vf_queue_retry_new_epoch) != 0;
sys/dev/e1000/if_igbv.c
118
atomic_readandclear_32(&sc->vf_queue_retry_pending);
sys/dev/e1000/if_igbv.c
119
atomic_readandclear_32(&sc->vf_queue_retry_new_epoch);
sys/dev/e1000/if_igbv.c
143
atomic_readandclear_32(&sc->vf_queue_retry_pending);
sys/dev/e1000/if_igbv.c
319
atomic_readandclear_32(&sc->promisc_pending) != 0)
sys/dev/e1000/if_igbv.c
365
atomic_readandclear_32(&sc->stats_pending) != 0;
sys/dev/e1000/if_igbv.c
68
if (atomic_readandclear_32(&sc->vf_queue_retry_pending) == 0)
sys/dev/e1000/if_igbv.c
85
atomic_readandclear_32(&sc->vf_queue_retry_pending);
sys/dev/e1000/if_igbv.c
96
if (atomic_readandclear_32(&sc->vf_queue_retry_pending) != 0)
sys/dev/hwpmc/hwpmc_mod.c
4991
nrecords = atomic_readandclear_32(&td->td_pmcpend);
sys/dev/ocs_fc/ocs_os.h
966
#define ocs_atomic_read_and_clear atomic_readandclear_32(a)
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
5414
lReadRm = atomic_readandclear_32( &pWWNList[lDevIndex].devRemoved );
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
5897
lReadRm = atomic_readandclear_32( &pWWNList[lIdx].devRemoved );
sys/dev/uart/uart_tty.c
328
pend = atomic_readandclear_32(&sc->sc_ttypend);
sys/powerpc/aim/mmu_oea64.c
1350
refchg |= atomic_readandclear_32(&m->md.mdpg_attrs);
sys/powerpc/aim/mmu_oea64.c
2044
if ((refchg | atomic_readandclear_32(&m->md.mdpg_attrs)) & LPTE_CHG)
sys/powerpc/aim/mmu_oea64.c
2114
atomic_readandclear_32(&m->md.mdpg_attrs);
sys/powerpc/aim/mmu_oea64.c
2545
refchg |= atomic_readandclear_32(&pg->md.mdpg_attrs);
sys/powerpc/aim/mmu_oea64.c
2942
refchg |= atomic_readandclear_32(&pg->md.mdpg_attrs);
sys/powerpc/aim/mmu_oea64.c
3633
atomic_readandclear_32(&m->md.mdpg_attrs);
sys/powerpc/powerpc/mp_machdep.c
302
ipimask = atomic_readandclear_32(&(pcpup->pc_ipimask));
sys/riscv/include/atomic.h
302
#define atomic_readandclear_int atomic_readandclear_32
sys/riscv/riscv/sbi_ipi.c
112
ipi_bitmap = atomic_readandclear_32(&sc->pending_ipis[cpu]);
sys/riscv/vmm/vmm_fence.c
129
pending = atomic_readandclear_32(&hypctx->fence_req);