Home
last modified time | relevance | path

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

/include/linux/
Dinterrupt.h497 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
Dpercpu-defs.h467 #define __this_cpu_or(pcp, val) \ macro