Searched refs:local_softirq_pending_ref (Results 1 – 3 of 3) sorted by relevance
489 #ifndef local_softirq_pending_ref490 #define local_softirq_pending_ref irq_stat.__softirq_pending macro493 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref))494 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))495 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
14 #define local_softirq_pending_ref \ macro
16 #define local_softirq_pending_ref ia64_cpu_info.softirq_pending macro
Completed in 7 milliseconds