Home
last modified time | relevance | path

Searched defs:local_softirq_pending (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h506 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro