Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/core-api/
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.6.21/drivers/accel/ivpu/
Divpu_drv.c254 old = xa_store_irq(&vdev->context_xa, ctx_id, file_priv, GFP_KERNEL); in ivpu_open()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dqpc.c222 err = xa_err(xa_store_irq(&dev->qp_table.dct_xa, qp->qpn, dct, GFP_KERNEL)); in mlx5_core_create_dct()
Dsrq_cmd.c653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
/linux-6.6.21/include/linux/
Dxarray.h612 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
/linux-6.6.21/Documentation/core-api/
Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_qp.c292 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/
Damdgpu_vm.c157 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()