Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst206 * xa_store_irq()
290 functions such as xa_store_bh(), xa_store_irq(),
/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h607 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq() function
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dsrq_cmd.c581 err = xa_err(xa_store_irq(&table->array, srq->srqn, srq, GFP_KERNEL)); in mlx5_cmd_create_srq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c240 ret = xa_err(xa_store_irq(xa, hr_qp->qpn, hr_qp, GFP_KERNEL)); in hns_roce_qp_store()