Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds