Searched defs:set_softirq_pending (Results 1 – 4 of 4) 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