Home
last modified time | relevance | path

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

/linux/kernel/
A Dsoftirq.c523 int softirq_bit; in __do_softirq() local
546 while ((softirq_bit = ffs(pending))) { in __do_softirq()
550 h += softirq_bit - 1; in __do_softirq()
567 pending >>= softirq_bit; in __do_softirq()

Completed in 7 milliseconds