Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dhardirq.h17 #define set_softirq_pending(x) (get_lowcore()->softirq_pending = (x)) macro
/linux/kernel/
H A Dsoftirq.c536 set_softirq_pending(0); in handle_softirqs()