Home
last modified time | relevance | path

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

/kernel/kernel/
A Ddpc.cpp80 thread_t* t = percpu[cpu_id].dpc_thread; in dpc_shutdown()
81 percpu[cpu_id].dpc_thread = nullptr; in dpc_shutdown()
106 DEBUG_ASSERT(percpu[cpu_id].dpc_thread == nullptr); in dpc_shutdown_transition_off_cpu()
124 static int dpc_thread(void* arg) { in dpc_thread() function
185 cpu->dpc_thread = thread_create(name, &dpc_thread, NULL, DPC_THREAD_PRIORITY); in dpc_init_for_cpu()
186 thread_set_cpu_affinity(cpu->dpc_thread, cpu_num_to_mask(cpu_num)); in dpc_init_for_cpu()
187 thread_resume(cpu->dpc_thread); in dpc_init_for_cpu()
/kernel/include/kernel/
A Dpercpu.h54 thread_t* dpc_thread; member

Completed in 5 milliseconds