Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhardirq.h17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h507 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c286 set_softirq_pending(deferred); in __do_softirq()