Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dhardirq.h18 #define or_softirq_pending(x) (get_lowcore()->softirq_pending |= (x)) macro
/linux/kernel/
H A Dsoftirq.c729 or_softirq_pending(1UL << nr); in __raise_softirq_irqoff()
1023 or_softirq_pending(timer_si); in run_ktimerd()
/linux/include/linux/
H A Dinterrupt.h535 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x))) macro