Searched refs:local_softirq_pending (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dirq_cpustat.h25 #define local_softirq_pending() \ macro
H A Dinterrupt.h170 #define set_softirq_pending(x) (local_softirq_pending() = (x))
171 #define or_softirq_pending(x) (local_softirq_pending() |= (x))

Completed in 134 milliseconds