Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
A Dxarray.rst164 * xa_store_irq()
238 如xa_store_bh()、xa_store_irq()、xa_erase_bh()、xa_erase_irq()、xa_cmpxchg_bh() 和xa_cmpxchg_irq()。
/linux/Documentation/core-api/
A Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/linux/include/linux/
A Dxarray.h609 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
/linux/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/drivers/infiniband/hw/hns/
A Dhns_roce_qp.c307 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c119 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, in amdgpu_vm_set_pasid()

Completed in 22 milliseconds