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 | 447 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 D | hns_roce_cq.c | 152 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 D | qpc.c | 236 err = xa_err(xa_store_irq(&dev->qp_table.dct_xa, qp->qpn, dct, GFP_KERNEL)); in mlx5_core_create_dct()
|
H A D | srq_cmd.c | 653 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
|
/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
|