Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:attach_task_cfs_rq

Proto:static void attach_task_cfs_rq(struct task_struct *p)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
10453  se = se
10454  cfs_rq = cfs_rq_of(se)
10456  attach_entity_cfs_rq(se)
10458  If Not vruntime_normalized(p) Then vruntime += min_vruntime
Caller
NameDescribe
switched_to_fair