Searched refs:xa_store_irq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A 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()。
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_srq.c | 125 ret = xa_err(xa_store_irq(&srq_table->xa, srq->srqn, srq, GFP_KERNEL)); in alloc_srqc()
|
H A D | hns_roce_cq.c | 152 ret = xa_err(xa_store_irq(&cq_table->array, hr_cq->cqn, hr_cq, GFP_KERNEL)); in alloc_cqc()
|
H A D | hns_roce_qp.c | 308 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 D | ivpu_drv.c | 254 old = xa_store_irq(&vdev->context_xa, ctx_id, file_priv, GFP_KERNEL); in ivpu_open()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A 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()
|
H A D | srq_cmd.c | 653 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 D | xarray.rst | 206 * xa_store_irq() 290 functions such as xa_store_bh(), xa_store_irq(),
|
/openbmc/linux/include/linux/ |
H A D | xarray.h | 612 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 D | amdgpu_vm.c | 157 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()
|