Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
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()。
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_drv.c226 old = xa_store_irq(&vdev->context_xa, ctx_id, file_priv, GFP_KERNEL); in ivpu_open()
/linux-6.3-rc2/include/linux/
A Dxarray.h612 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
/linux-6.3-rc2/Documentation/core-api/
A Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dsrq_cmd.c653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_qp.c276 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c156 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()

Completed in 17 milliseconds