Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/process/
Dkthread.c10 struct process_control_block *kthreadd_pcb = NULL; // kthreadd守护线程的pcb variable
72 while (kthreadd_pcb == NULL) // 若kthreadd未初始化,则等待kthreadd启动 in __kthread_create_on_node()
75 process_wakeup_immediately(kthreadd_pcb); in __kthread_create_on_node()
216 kthreadd_pcb = current_pcb; in kthreadd()