Searched refs:alloc_descs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 496 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() function 629 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() function 847 ret = alloc_descs(start, cnt, node, affinity, owner); in __irq_alloc_descs()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | device.c | 84 static int alloc_descs(struct idxd_wq *wq, int num) in alloc_descs() function 131 rc = alloc_descs(wq, num_descs); in idxd_wq_alloc_resources()
|