local_softirq_pending_ref  487 include/linux/interrupt.h #ifndef local_softirq_pending_ref
local_softirq_pending_ref  491 include/linux/interrupt.h #define local_softirq_pending()	(__this_cpu_read(local_softirq_pending_ref))
local_softirq_pending_ref  492 include/linux/interrupt.h #define set_softirq_pending(x)	(__this_cpu_write(local_softirq_pending_ref, (x)))
local_softirq_pending_ref  493 include/linux/interrupt.h #define or_softirq_pending(x)	(__this_cpu_or(local_softirq_pending_ref, (x)))