Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c131 #define NR_IRQ_HASH 32 /* Can be adjusted later */ macro
132 static struct hlist_head irq_lists[NR_IRQ_HASH];
1791 h = &irq_lists[up->port.irq % NR_IRQ_HASH]; in serial_link_irq_chain()
1844 h = &irq_lists[up->port.irq % NR_IRQ_HASH]; in serial_unlink_irq_chain()