Function report |
Source Code:kernel\sched\core.c |
Create Date:2022-07-28 09:37:12 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sched_init
Proto:void __init sched_init(void)
Type:void
Parameter:Nothing
6574 | ptr = 0 |
6577 | wait_bit_init() |
6585 | If ptr Then |
6614 | init_rt_bandwidth( & def_rt_bandwidth, global_rt_period(), global_rt_runtime()) |
6615 | init_dl_bandwidth( & def_dl_bandwidth, global_rt_period(), global_rt_runtime()) |
6635 | for_each_possible_cpu(i) |
6639 | raw_spin_lock_init( & runqueue lock: ) |
6641 | calc_load_active = 0 |
6643 | init_cfs_rq( & cfs) |
6644 | init_rt_rq( & rt) |
6645 | init_dl_rq( & dl) |
6673 | rt_runtime = rt_runtime |
6700 | hrtick_rq_init(rq) |
6701 | atomic_set( & nr_iowait, 0) |
6704 | set_load_weight( & init_task, false) |
6710 | enter_lazy_tlb( & init_mm, current process) |
6720 | calc_load_update = jiffies + 5 sec intervals |
6725 | init_sched_fair_class() |
6727 | init_schedstats() |
6729 | psi_init() |
6731 | init_uclamp() |
6733 | scheduler_running = 1 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |