Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dhardirq.h17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
/Linux-v4.19/include/linux/
Dinterrupt.h442 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro
/Linux-v4.19/kernel/
Dsoftirq.c274 set_softirq_pending(0); in __do_softirq()