Home
last modified time | relevance | path

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

/kernel/
Dsoftirq.c579 int softirq_bit; in __do_softirq() local
605 while ((softirq_bit = ffs(pending))) { in __do_softirq()
609 h += softirq_bit - 1; in __do_softirq()
626 pending >>= softirq_bit; in __do_softirq()