Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_next_task_rt
Proto:static inline void set_next_task_rt(struct rq *rq, struct task_struct *p, bool first)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq | |
struct task_struct * | p | |
bool | first |
1520 | exec_start = rq_clock_task(rq) |
1523 | dequeue_pushable_task(rq, p) |
1525 | If Not first Then Return |
1533 | If sched_class != rt_sched_class Then update_rt_rq_load_avg(rq_clock_pelt(rq), rq, 0) |
1536 | rt_queue_push_tasks(rq) |
Name | Describe |
---|---|
pick_next_task_rt |
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 |