Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dinterrupt.h502 #ifndef local_softirq_pending_ref
503 #define local_softirq_pending_ref irq_stat.__softirq_pending macro
506 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))
507 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
508 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
/Linux-v5.10/arch/sparc/include/asm/
Dhardirq_64.h14 #define local_softirq_pending_ref \ macro
/Linux-v5.10/arch/ia64/include/asm/
Dhardirq.h16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending macro