Searched refs:atomic64_set (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | atomic.h | 64 #define atomic_store_64(v, x) atomic64_set((atomic64_t *)(v), x)
|
| H A D | kmem.h | 162 #define kmem_alloc_used_set(size) atomic64_set(&kmem_alloc_used, size)
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic64.h | 74 atomic64_set(atomic64_t *v, int64_t i) in atomic64_set() function
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_atomic.h | 46 #define atomic64_set(p, v) atomic_store_rel_64(p, v) macro
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_mad.c | 320 atomic64_set(&dev->sl2vl[port_num - 1], sl2vl64.sl64); in smp_snoop() 1194 atomic64_set(&dev->sriov.demux[port - 1].subnet_prefix, in handle_port_mgmt_change_event() 1239 atomic64_set(&dev->sl2vl[port - 1], sl2vl64.sl64); in handle_port_mgmt_change_event() 2292 atomic64_set(&dev->sriov.demux[i].subnet_prefix, in mlx4_ib_init_sriov()
|
| H A D | mlx4_ib_main.c | 904 atomic64_set(&mdev->sl2vl[i - 1], sl2vl); in mlx4_init_sl2vl_tbl() 2294 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps() 2780 atomic64_set(&iboe->mac[j - 1], ibdev->dev->caps.def_mac[j]); in mlx4_ib_add() 3141 atomic64_set(&mdev->sl2vl[port - 1], sl2vl); in mlx4_ib_sl2vl_update()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | d3.c | 1821 atomic64_set(&key->tx_pn, status->ptk.aes.tx_pn); in iwl_mvm_d3_update_keys() 1825 atomic64_set(&key->tx_pn, status->ptk.tkip.tx_pn); in iwl_mvm_d3_update_keys()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 558 atomic64_set(&kc->tx_pn, k->wk_keytsc); in _lkpi_iv_key_set_delete()
|