Home
last modified time | relevance | path

Searched refs:softirq_pending (Results 1 – 2 of 2) 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.h161 __u32 softirq_pending; /* 0x03a4 */ member