Home
last modified time | relevance | path

Searched refs:xa_alloc_irq (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst119 可以使用xa_alloc_bh()或xa_alloc_irq(),在分配ID的同时禁用中断。
178 * xa_alloc_irq()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_drv.c233 ret = xa_alloc_irq(&vdev->context_xa, &ctx_id, NULL, vdev->context_xa_limit, GFP_KERNEL); in ivpu_open()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst149 you can use xa_alloc_bh() or xa_alloc_irq() to disable
219 * xa_alloc_irq()
/openbmc/linux/include/linux/
H A Dxarray.h933 static inline int __must_check xa_alloc_irq(struct xarray *xa, u32 *id, in xa_alloc_irq() function
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_init.c1089 ret = xa_alloc_irq(&qib_dev_table, &dd->unit, dd, xa_limit_32b, in qib_alloc_devdata()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c1227 ret = xa_alloc_irq(&hfi1_dev_table, &dd->unit, dd, xa_limit_32b, in hfi1_alloc_devdata()