Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_rr_interval_fair

Proto:static unsigned int get_rr_interval_fair(struct rq *rq, struct task_struct *task)

Type:unsigned int

Parameter:

TypeParameterName
struct rq *rq
struct task_struct *task
10746  se = se
10747  rr_interval = 0
10753  If weight Then rr_interval = Helpers for converting nanosecond timing to jiffy resolution(We calculate the wall-time slice from the period by taking a part* proportional to the weight.* s = p*P[w/rw])
10756  Return rr_interval