Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending)
17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x))
18 #define or_softirq_pending(x) (S390_lowcore.softirq_pending |= (x))
Dlowcore.h131 __u32 softirq_pending; /* 0x03a4 */ member
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending
Dprocessor.h191 unsigned int softirq_pending; member