Home
last modified time | relevance | path

Searched refs:atomic64_read (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h78 atomic64_read(atomic64_t *v) in atomic64_read() function
98 int64_t c = atomic64_read(v); in atomic64_add_unless()
112 int64_t c = atomic64_read(v); in atomic64_fetch_add_unless()
129 int64_t ret = atomic64_read(v); in atomic64_xchg()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsAtomic.c9 return ((int64_t)atomic64_read((QatUtilsAtomic *)pAtomicVar)); in qatUtilsAtomicGet()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h64 #define atomic_load_64(v) atomic64_read((atomic64_t *)(v))
H A Dkmem.h169 #define kmem_alloc_used_read() atomic64_read(&kmem_alloc_used)
/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h43 #define atomic64_read(p) atomic_load_acq_64(p) macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c86 val = atomic64_read((atomic64_t *)table->data); in proc_domemused()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-key.c193 .u.add.tx_seq = cpu_to_le64(atomic64_read(&keyconf->tx_pn)), in iwl_mvm_mld_send_key()
H A Dd3.c248 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data()
281 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_rsc_tsc_data()
552 pn64 = atomic64_read(&key->tx_pn); in iwl_mvm_wowlan_get_tkip_data()
H A Dsta.c3602 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3616 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
3632 pn = atomic64_read(&key->tx_pn); in iwl_mvm_send_sta_key()
/freebsd/sys/dev/irdma/
H A Dfbsd_kcompat.c619 snprintf(rslt, rslt_size, "%lu", atomic64_read(&cqp->completed_ops)); in irdma_sysctl_cqp_stats()
H A Dirdma_utils.c497 cqp_timeout.compl_cqp_cmds = atomic64_read(&rf->sc_dev.cqp->completed_ops); in irdma_wait_event()
H A Dirdma_ctrl.c2787 u64 completed_ops = atomic64_read(&dev->cqp->completed_ops); in irdma_check_cqp_progress()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1555 u64_mac = atomic64_read(&dev->iboe.mac[qp->port - 1]); in handle_eth_ud_smac_index()
2417 tmp_vltab.sl64 = atomic64_read(&dev->sl2vl[port_num - 1]); in sl_to_vl()
2523 cpu_to_be64(atomic64_read(&(to_mdev(ib_dev)->sriov. in build_mlx_header()
H A Dmlx4_ib_mad.c1192 (long long)atomic64_read(&dev->sriov.demux[port - 1].subnet_prefix), in handle_port_mgmt_change_event()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c126 pn = atomic64_read(&key->tx_pn); in mt76x02_mac_wcid_set_key()