Home
last modified time | relevance | path

Searched refs:local_softirq_pending_ref (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dinterrupt.h521 #ifndef local_softirq_pending_ref
522 #define local_softirq_pending_ref irq_stat.__softirq_pending macro
525 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))
526 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
527 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
/linux-6.15/arch/sparc/include/asm/
H A Dhardirq_64.h14 #define local_softirq_pending_ref \ macro
/linux-6.15/arch/x86/include/asm/
H A Dhardirq.h69 #define local_softirq_pending_ref __softirq_pending macro