Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/exception/
Dsoftirq.c21 #define get_softirq_running() (softirq_running) macro
85 …ftirq_pending & (1 << i) && softirq_vector[i].action != NULL && (!(get_softirq_running() & (1 << i… in do_softirq()
90 if(get_softirq_running() & (1 << i)) in do_softirq()