Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/8250/
D8250_core.c90 #define NR_IRQ_HASH 32 /* Can be adjusted later */ macro
91 static struct hlist_head irq_lists[NR_IRQ_HASH];
180 h = &irq_lists[up->port.irq % NR_IRQ_HASH]; in serial_link_irq_chain()
225 h = &irq_lists[up->port.irq % NR_IRQ_HASH]; in serial_unlink_irq_chain()