Searched refs:alloc_desc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/irq/ |
D | irqdesc.c | 372 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc() function 476 desc = alloc_desc(start + i, node, flags, mask, owner); in alloc_descs() 522 desc = alloc_desc(i, node, 0, NULL, NULL); in early_irq_init()
|
/Linux-v4.19/drivers/tty/ |
D | synclink_gt.c | 488 static int alloc_desc(struct slgt_info *info); 3347 static int alloc_desc(struct slgt_info *info) in alloc_desc() function 3430 if (alloc_desc(info) < 0 || in alloc_dma_bufs()
|