Searched refs:set_softirq_pending (Results 1 – 3 of 3) sorted by relevance
17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
527 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro
553 set_softirq_pending(0); in __do_softirq()