Home
last modified time | relevance | path

Searched defs:or_softirq_pending (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
A Dhardirq.h18 #define or_softirq_pending(x) (S390_lowcore.softirq_pending |= (x)) macro
/linux/include/linux/
A Dinterrupt.h495 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x))) macro

Completed in 4 milliseconds