Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-28 09:35:35
Last Modify:2022-05-22 13:40:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__normal_prio - return the priority that is based on the static prio

Proto:static inline int __normal_prio(struct task_struct *p)

Type:int

Parameter:

TypeParameterName
struct task_struct *p
1344  Return static_prio
Caller
NameDescribe
normal_prioCalculate the expected normal priority: i.e. priority* without taking RT-inheritance into account. Might be* boosted by interactivity modifiers. Changes upon fork,* setprio syscalls, and whenever the interactivity* estimator recalculates.
sched_forkrk()/clone()-time setup: