Symbol: atomic_swap_32
usr/src/common/zfs/zfs_fletcher.c
408
atomic_swap_32(&fletcher_4_impl_chosen, impl);
usr/src/common/zfs/zfs_fletcher.c
687
atomic_swap_32(&fletcher_4_impl_chosen, sel_save);
usr/src/lib/libc/inc/thr_uberdata.h
1545
extern uint32_t atomic_swap_32(volatile uint32_t *, uint32_t);
usr/src/lib/libc/port/threads/synch.c
3037
(void) atomic_swap_32(&mp->mutex_lockword, 0);
usr/src/lib/libc/port/threads/synch.c
458
if (atomic_swap_32(&mp->mutex_lockword, 0) & WAITERMASK) {
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
448
atomic_swap_32(&zfs_vdev_raidz_impl, user_sel_impl);
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
526
atomic_swap_32(&zfs_vdev_raidz_impl, impl);
usr/src/uts/common/fs/zfs/vdev_raidz_math.c
528
atomic_swap_32(&user_sel_impl, impl);
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_solaris.h
55
atomic_swap_32((volatile uint32_t *)(_p), (uint32_t)(_v))
usr/src/uts/common/io/bnxe/bnxe_gld.c
3002
atomic_swap_32(&pUM->plumbed, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_gld.c
516
atomic_swap_32(&pUM->plumbed, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_gld.c
540
atomic_swap_32(&pUM->plumbed, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1465
atomic_swap_32(&pUM->chipStarted, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1493
atomic_swap_32(&pUM->hwInitDone, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1790
atomic_swap_32(&pUM->chipStarted, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1866
atomic_swap_32(&pUM->hwInitDone, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1903
atomic_swap_32(&pUM->plumbed, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1926
atomic_swap_32(&pUM->plumbed, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_intr.c
1196
atomic_swap_32(&pUM->intrEnabled, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_intr.c
1225
atomic_swap_32(&pUM->intrEnabled, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_intr.c
1263
atomic_swap_32(&pUM->intrEnabled, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_intr.c
179
atomic_swap_32(&pRxQ->inPollMode, B_FALSE);
usr/src/uts/common/io/bnxe/bnxe_intr.c
224
atomic_swap_32(&pRxQ->inPollMode, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_rx.c
808
atomic_swap_32(&pUM->rxBufSignature[cliIdx], (u32_t)ddi_get_time());
usr/src/uts/common/io/bnxe/bnxe_rx.c
897
atomic_swap_32(&pUM->rxBufSignature[cliIdx], 0);
usr/src/uts/common/io/bnxe/bnxe_timer.c
81
atomic_swap_32(&pUM->timerEnabled, B_TRUE);
usr/src/uts/common/io/bnxe/bnxe_timer.c
92
atomic_swap_32(&pUM->timerEnabled, B_FALSE);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
725
h2b32(atomic_swap_32(&iu->iu_ch->ch_req_lim_delta, 0));
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
778
h2b32(atomic_swap_32(&iu->iu_ch->ch_req_lim_delta, 0));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
207
(void) atomic_swap_32(target, newval);
usr/src/uts/common/io/nxge/nxge_hio.c
2108
(void) atomic_swap_32(&ring->tx_ring_offline, NXGE_TX_RING_OFFLINING);
usr/src/uts/common/io/nxge/nxge_hio.c
2122
(void) atomic_swap_32(&ring->tx_ring_offline,
usr/src/uts/common/io/nxge/nxge_hio.c
2130
(void) atomic_swap_32(&ring->tx_ring_offline,
usr/src/uts/common/io/nxge/nxge_send.c
1050
(void) atomic_swap_32(&tx_ring_p->tx_ring_offline,
usr/src/uts/common/io/nxge/nxge_send.c
1072
(void) atomic_swap_32(
usr/src/uts/common/io/nxge/nxge_send.c
1147
(void) atomic_swap_32(&tx_ring_p->tx_ring_offline,
usr/src/uts/common/io/nxge/nxge_send.c
314
(void) atomic_swap_32(&tx_ring_p->tx_ring_offline,
usr/src/uts/common/io/nxge/nxge_send.c
383
(void) atomic_swap_32(
usr/src/uts/common/io/nxge/nxge_txdma.c
2563
(void) atomic_swap_32(&tx_ring_p->tx_ring_offline, NXGE_TX_RING_ONLINE);
usr/src/uts/common/io/sfxge/sfxge.c
464
(void) atomic_swap_32(&(sp->s_nested_restarts), 0);
usr/src/uts/common/io/sfxge/sfxge.c
475
(void) atomic_swap_32(&(sp->s_nested_restarts), 0);
usr/src/uts/common/io/sfxge/sfxge.c
485
(void) atomic_swap_32(&(sp->s_nested_restarts), 0);
usr/src/uts/common/sys/atomic.h
216
extern uint32_t atomic_swap_32(volatile uint32_t *, uint32_t);
usr/src/uts/intel/asm/atomic.h
224
__ATOMIC_OPXX(atomic_swap_32, uint32_t, "xchg" SUF_32, "r")
usr/src/uts/sun4/os/mp_call.c
60
atomic_swap_32(ptr, B_TRUE) == B_TRUE)
usr/src/uts/sun4v/io/vnet_gen.c
1172
(void) atomic_swap_32(&vgenp->vsw_port_refcnt, 0);
usr/src/uts/sun4v/io/vnet_gen.c
2297
(void) atomic_swap_32(&portp->use_vsw_port, B_FALSE);
usr/src/uts/sun4v/io/vnet_gen.c
2300
(void) atomic_swap_32(&portp->use_vsw_port, B_TRUE);
usr/src/uts/sun4v/io/vnet_gen.c
2332
(void) atomic_swap_32(&vgenp->vsw_port_refcnt, 0);
usr/src/uts/sun4v/io/vnet_gen.c
2666
(void) atomic_swap_32(
usr/src/uts/sun4v/io/vnet_gen.c
2954
(void) atomic_swap_32(&ldcp->portp->use_vsw_port, B_FALSE);
usr/src/uts/sun4v/io/vnet_gen.c
3982
(void) atomic_swap_32(&portp->use_vsw_port, B_TRUE);
usr/src/uts/sun4v/io/vnet_gen.c
4034
(void) atomic_swap_32(&portp->use_vsw_port,
usr/src/uts/sun4v/io/vsw_ldc.c
2756
(void) atomic_swap_32(&port->p_hio_capable, B_TRUE);
usr/src/uts/sun4v/io/vsw_ldc.c
2758
(void) atomic_swap_32(&port->p_hio_capable, B_FALSE);
usr/src/uts/sun4v/io/vsw_ldc.c
606
(void) atomic_swap_32(&port->p_hio_capable, B_FALSE);
usr/src/uts/sun4v/io/vsw_switching.c
277
(void) atomic_swap_32(&vswp->switching_setup_done, B_FALSE);
usr/src/uts/sun4v/io/vsw_switching.c
317
(void) atomic_swap_32(&vswp->switching_setup_done, B_TRUE);