Home
last modified time | relevance | path

Searched refs:xa_store_irq (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst165 * xa_store_irq()
239 如xa_store_bh()、xa_store_irq()、xa_erase_bh()、xa_erase_irq()、xa_cmpxchg_bh() 和xa_cmpxchg_irq()。
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_srq.c125 ret = xa_err(xa_store_irq(&srq_table->xa, srq->srqn, srq, GFP_KERNEL)); in alloc_srqc()
H A Dhns_roce_cq.c152 ret = xa_err(xa_store_irq(&cq_table->array, hr_cq->cqn, hr_cq, GFP_KERNEL)); in alloc_cqc()
H A Dhns_roce_qp.c308 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_drv.c254 old = xa_store_irq(&vdev->context_xa, ctx_id, file_priv, GFP_KERNEL); in ivpu_open()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c222 err = xa_err(xa_store_irq(&dev->qp_table.dct_xa, qp->qpn, dct, GFP_KERNEL)); in mlx5_core_create_dct()
H A Dsrq_cmd.c653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/openbmc/linux/include/linux/
H A Dxarray.h612 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c157 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()