Searched refs:xa_store_irq (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 165 * xa_store_irq() 239 如xa_store_bh()、xa_store_irq()、xa_erase_bh()、xa_erase_irq()、xa_cmpxchg_bh() 和xa_cmpxchg_irq()。
|
/linux-6.6.21/drivers/accel/ivpu/ |
D | ivpu_drv.c | 254 old = xa_store_irq(&vdev->context_xa, ctx_id, file_priv, GFP_KERNEL); in ivpu_open()
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | qpc.c | 222 err = xa_err(xa_store_irq(&dev->qp_table.dct_xa, qp->qpn, dct, GFP_KERNEL)); in mlx5_core_create_dct()
|
D | srq_cmd.c | 653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
|
/linux-6.6.21/include/linux/ |
D | xarray.h | 612 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
|
/linux-6.6.21/Documentation/core-api/ |
D | xarray.rst | 206 * xa_store_irq() 290 functions such as xa_store_bh(), xa_store_irq(),
|
/linux-6.6.21/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 292 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 157 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()
|