Home
last modified time | relevance | path

Searched refs:local_softirq_pending_ref (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dinterrupt.h506 #ifndef local_softirq_pending_ref
507 #define local_softirq_pending_ref irq_stat.__softirq_pending macro
510 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))
511 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
512 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
/kernel/linux/linux-6.6/include/linux/
H A Dinterrupt.h522 #ifndef local_softirq_pending_ref
523 #define local_softirq_pending_ref irq_stat.__softirq_pending macro
526 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))
527 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
528 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dhardirq_64.h14 #define local_softirq_pending_ref \ macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dhardirq_64.h14 #define local_softirq_pending_ref \ macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhardirq.h63 #define local_softirq_pending_ref pcpu_hot.softirq_pending macro

Completed in 4 milliseconds