Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dsoftirq.c536 int softirq_bit; in __do_softirq() local
559 while ((softirq_bit = ffs(pending))) { in __do_softirq()
563 h += softirq_bit - 1; in __do_softirq()
580 pending >>= softirq_bit; in __do_softirq()