Home
last modified time | relevance | path

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

/kernel/kernel/
A Ddpc.cpp74 DEBUG_ASSERT(!percpu[cpu_id].dpc_stop); in dpc_shutdown()
77 percpu[cpu_id].dpc_stop = true; in dpc_shutdown()
105 DEBUG_ASSERT(percpu[cpu_id].dpc_stop); in dpc_shutdown_transition_off_cpu()
118 percpu[cpu_id].dpc_stop = false; in dpc_shutdown_transition_off_cpu()
143 if (cpu->dpc_stop) { in dpc_thread()
181 cpu->dpc_stop = false; in dpc_init_for_cpu()
/kernel/include/kernel/
A Dpercpu.h52 bool dpc_stop; member

Completed in 7 milliseconds