Searched refs:atomic64_set (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic64.h | 69 atomic64_set(atomic64_t *v, int64_t i) in atomic64_set() function
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_atomic.h | 46 #define atomic64_set(p, v) atomic_store_rel_64(p, v) macro
|
| /freebsd-12.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() 2291 atomic64_set(&dev->sriov.demux[i].subnet_prefix, in mlx4_ib_init_sriov()
|
| H A D | mlx4_ib_main.c | 901 atomic64_set(&mdev->sl2vl[i - 1], sl2vl); in mlx4_init_sl2vl_tbl() 2291 atomic64_set(&ibdev->iboe.mac[port - 1], new_smac); in mlx4_ib_update_qps() 2777 atomic64_set(&iboe->mac[j - 1], ibdev->dev->caps.def_mac[j]); in mlx4_ib_add() 3138 atomic64_set(&mdev->sl2vl[port - 1], sl2vl); in mlx4_ib_sl2vl_update()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_fence.c | 863 atomic64_set(&rdev->fence_drv[ring].last_seq, 0); in radeon_fence_driver_init_ring()
|