Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:scheduler tick hitting a task of our scheduling class

Proto:static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)

Type:void

Parameter:

TypeParameterName
struct rq *rq
struct task_struct *curr
intqueued
10279  se = se
10282  cfs_rq = cfs_rq_of(se)
10283  entity_tick(cfs_rq, se, queued)
10286  If static_branch_unlikely( & sched_numa_balancing) Then task_tick_numa(rq, curr)
10289  update_misfit_status(curr, rq)
10290  update_overutilized_status(task_rq(curr))