Searched refs:alloc_descs (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/kernel/irq/ |
D | irqdesc.c | 469 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() function 601 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs() function 821 ret = alloc_descs(start, cnt, node, affinity, owner); in __irq_alloc_descs()
|
/Linux-v6.1/drivers/dma/idxd/ |
D | device.c | 85 static int alloc_descs(struct idxd_wq *wq, int num) in alloc_descs() function 132 rc = alloc_descs(wq, num_descs); in idxd_wq_alloc_resources()
|