description/memory: HugeTLB High-Granularity Mapping

This commit is contained in:
Cheng Jian
2022-12-11 10:10:21 +08:00
parent edaa4df6c4
commit 545623a86f
4 changed files with 62 additions and 5 deletions
@@ -0,0 +1,13 @@
graph TB
FORK[__do_fork] --> wake_up_new_task(wake_up_new_task)
wake_up_new_task --> select_task_rq{select_task_rq}
WAKEUP[wakeup_process] --> try_to_wake_up(try_to_wake_up)
try_to_wake_up --> select_task_rq{select_task_rq}
EXEC[do_exec] --> sched_exec(sched_exec)
sched_exec --> select_task_rq{select_task_rq}
select_task_rq -> select_task_rq_fair(select_task_rq_fair)