Searched defs:set_softirq_pending (Results 1 – 2 of 2) sorted by relevance
17 #define set_softirq_pending(x) (get_lowcore()->softirq_pending = (x)) macro
534 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro