set_softirq_pending
#define set_softirq_pending(x) (get_lowcore()->softirq_pending = (x))
#define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))