taglinefilesource code
NUM_ISR_NODES100arch/m68k/kernel/ints.cstatic isr_node_t nodes[NUM_ISR_NODES];
NUM_ISR_NODES106arch/m68k/kernel/ints.cfor (np = nodes; np < &nodes[NUM_ISR_NODES]; np++)