Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dsoftirq.c544 int softirq_bit; in handle_softirqs() local
567 while ((softirq_bit = ffs(pending))) { in handle_softirqs()
571 h += softirq_bit - 1; in handle_softirqs()
588 pending >>= softirq_bit; in handle_softirqs()