mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-09-23 21:39:06 +08:00
description/memory: HugeTLB High-Granularity Mapping
This commit is contained in:
+13
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user