Searched refs:xa_store_irq (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | xarray.h | 607 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | srq_cmd.c | 581 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | xarray.rst | 206 * xa_store_irq() 290 functions such as xa_store_bh(), xa_store_irq(),
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 240 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()
|