Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\fair.c Create Date:2022-07-28 09:38:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:account_cfs_rq_runtime

Proto:static void account_cfs_rq_runtime(struct cfs_rq *cfs_rq, u64 delta_exec)

Type:void

Parameter:

TypeParameterName
struct cfs_rq *cfs_rq
u64delta_exec

NULL

Caller
NameDescribe
update_currUpdate the current task's runtime statistics.
set_next_task_fairAccount 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.