Searched refs:xa_store_irq (Results 1 – 6 of 6) sorted by relevance
| /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()。
|
| /linux/lib/ |
| H A D | ref_tracker.c | 446 old = xa_store_irq(&debugfs_dentries, (unsigned long)dir, in ref_tracker_dir_debugfs() 486 old = xa_store_irq(&debugfs_symlinks, (unsigned long)dir, in ref_tracker_dir_symlink()
|
| /linux/include/linux/ |
| H A D | xarray.h | 616 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq.c | 687 r = xa_err(xa_store_irq(&adev->userq_doorbell_xa, index, queue, in amdgpu_userq_priority_permit()
|
| H A D | amdgpu_vm.c | 2676 r = xa_err(xa_store_irq(&adev->vm_manager.pasids, pasid, vm, GFP_KERNEL)); in amdgpu_vm_init()
|
| /linux/drivers/infiniband/hw/ionic/ |
| H A D | ionic_controlpath.c | 146 entry = xa_store_irq(&dev->cq_tbl, cq->cqid, cq, GFP_KERNEL); in ionic_create_cq_common() 2331 entry = xa_store_irq(&dev->qp_tbl, qp->qpid, qp, GFP_KERNEL); in ionic_create_qp()
|