Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dhardirq.h18 #define or_softirq_pending(x) (S390_lowcore.softirq_pending |= (x)) macro
/linux-6.3-rc2/include/linux/
A Dinterrupt.h528 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x))) macro
/linux-6.3-rc2/kernel/
A Dsoftirq.c713 or_softirq_pending(1UL << nr); in __raise_softirq_irqoff()

Completed in 8 milliseconds