Searched refs:xa_store_irq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | xarray.h | 609 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
|
| /Linux-v5.15/Documentation/core-api/ |
| D | xarray.rst | 206 * xa_store_irq() 290 functions such as xa_store_bh(), xa_store_irq(),
|
| /Linux-v5.15/drivers/infiniband/hw/mlx5/ |
| D | srq_cmd.c | 653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
|
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_qp.c | 307 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm.c | 119 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()
|