Searched refs:softirq_pending (Results 1 – 4 of 4) sorted by relevance
16 #define local_softirq_pending() (get_lowcore()->softirq_pending)17 #define set_softirq_pending(x) (get_lowcore()->softirq_pending = (x))18 #define or_softirq_pending(x) (get_lowcore()->softirq_pending |= (x))
160 __u32 softirq_pending; /* 0x03a4 */ member
26 u16 softirq_pending; member
69 #define local_softirq_pending_ref pcpu_hot.softirq_pending