Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:entity_tick

Proto:static void entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued)

Type:void

Parameter:

TypeParameterName
struct cfs_rq *cfs_rq
struct sched_entity *curr
intqueued
4295  Update the current task's runtime statistics.
4300  update_load_avg(cfs_rq, curr, UPDATE_TG)
4301  update_cfs_group(curr)
4320  If nr_running > 1 Then Preempt the current task with a newly woken task if needed:
Caller
NameDescribe
task_tick_fairscheduler tick hitting a task of our scheduling class