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

/linux-master/kernel/
H A Dsoftirq.c519 int softirq_bit; local
542 while ((softirq_bit = ffs(pending))) {
546 h += softirq_bit - 1;
563 pending >>= softirq_bit; local

Completed in 89 milliseconds