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

/linux-master/arch/sparc/include/asm/
H A Dhardirq_64.h14 #define local_softirq_pending_ref \ macro
/linux-master/arch/x86/include/asm/
H A Dhardirq.h63 #define local_softirq_pending_ref pcpu_hot.softirq_pending macro
/linux-master/include/linux/
H A Dinterrupt.h525 #ifndef local_softirq_pending_ref
526 #define local_softirq_pending_ref irq_stat.__softirq_pending macro
529 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))
530 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
531 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))

Completed in 135 milliseconds