Searched refs:or_softirq_pending (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dhardirq.h18 #define or_softirq_pending(x) (S390_lowcore.softirq_pending |= (x)) macro
/linux-master/include/linux/
H A Dinterrupt.h531 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x))) macro
/linux-master/kernel/
H A Dsoftirq.c696 or_softirq_pending(1UL << nr);

Completed in 116 milliseconds