Home
last modified time | relevance | path

Searched refs:softirq_pending (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A 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))
H A Dlowcore.h131 __u32 softirq_pending; /* 0x03a4 */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A 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))
H A Dlowcore.h155 __u32 softirq_pending; /* 0x03a4 */ member
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending
H A Dprocessor.h191 unsigned int softirq_pending; member
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending
H A Dprocessor.h191 unsigned int softirq_pending; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcurrent.h25 u16 softirq_pending; member
H A Dhardirq.h63 #define local_softirq_pending_ref pcpu_hot.softirq_pending

Completed in 6 milliseconds