Function report |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-28 09:38:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Account for a task changing its policy or group.* This routine is mostly called to set cfs_rq->curr field when a task* migrates between groups/classes.
Proto:static void set_next_task_fair(struct rq *rq, struct task_struct *p, bool first)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq | |
struct task_struct * | p | |
bool | first |
10506 | set_next_entity(cfs_rq, se) |
10508 | account_cfs_rq_runtime(cfs_rq, 0) |
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 |