Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dxarray.h607 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/
Dsrq_cmd.c581 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/
Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_qp.c240 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()