Searched refs:set_softirq_pending (Results 1 – 5 of 5) sorted by relevance
28 #define set_softirq_pending(x) __this_cpu_write(irq_stat.__softirq_pending, (x)) macro
40 #define set_softirq_pending(x) \ macro
55 #define set_softirq_pending(x) \ macro
388 #define set_softirq_pending(x) (local_softirq_pending() = (x)) macro
255 set_softirq_pending(0); in __do_softirq()