Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:enqueue_top_rt_rq
Proto:static void enqueue_top_rt_rq(struct rt_rq *rt_rq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rt_rq * | rt_rq |
1015 | rq = rq_of_rt_rq(rt_rq) |
1019 | If rt_queued Then Return |
1022 | If rt_rq_throttled(rt_rq) Then Return |
1025 | If rt_nr_running Then |
1026 | add_nr_running(rq, rt_nr_running) |
1027 | rt_queued = 1 |
1031 | cpufreq_update_util(rq, 0) |
Name | Describe |
---|---|
sched_rt_rq_enqueue | |
enqueue_rt_entity | |
dequeue_rt_entity |
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 |