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

/linux-master/arch/s390/include/asm/
H A Dhardirq.h17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
/linux-master/include/linux/
H A Dinterrupt.h530 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro
/linux-master/kernel/
H A Dsoftirq.c536 set_softirq_pending(0);

Completed in 160 milliseconds