Home
last modified time | relevance | path

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

/include/linux/
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)))
539 return (u32)per_cpu(local_softirq_pending_ref, cpu); in __cpu_softirq_pending()