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/
H 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/lib/
H A Dref_tracker.c447 old = xa_store_irq(&debugfs_dentries, (unsigned long)dir, in ref_tracker_dir_debugfs()
487 old = xa_store_irq(&debugfs_symlinks, (unsigned long)dir, in ref_tracker_dir_symlink()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c152 ret = xa_err(xa_store_irq(&cq_table->array, hr_cq->cqn, hr_cq, GFP_KERNEL)); in alloc_cqc()
/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c236 err = xa_err(xa_store_irq(&dev->qp_table.dct_xa, qp->qpn, dct, GFP_KERNEL)); in mlx5_core_create_dct()
H A Dsrq_cmd.c653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
/linux/include/linux/
H A Dxarray.h616 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function