Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rt_rq_of_se

Proto:static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)

Type:struct rt_rq

Parameter:

TypeParameterName
struct sched_rt_entity *rt_se
246  rq = rq_of_rt_se(rt_se)
248  Return rt
Caller
NameDescribe
update_curr_rtUpdate the current task's runtime statistics. Skip current tasks that* are not in our scheduling class.
__enqueue_rt_entity
__dequeue_rt_entity
dequeue_rt_stackBecause the prio of an upper entry depends on the lower* entries, we must remove entries top - down.
requeue_task_rt