Searched refs:switch_proc (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.2/kernel/src/process/ | ||
D | process.h | 54 #define switch_proc(prev, next) … macro |
/DragonOS-0.1.2/kernel/src/sched/ | ||
D | cfs.c | 86 switch_proc(current_pcb, proc); in sched_cfs() |