Home
last modified time | relevance | path

Searched refs:softirq_pending (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Dhardirq.h16 #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))
H A Dlowcore.h160 __u32 softirq_pending; /* 0x03a4 */ member
/linux/arch/x86/include/asm/
H A Dcurrent.h26 u16 softirq_pending; member
H A Dhardirq.h69 #define local_softirq_pending_ref pcpu_hot.softirq_pending