函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\rt.c Create Date:2022-07-27 10:39:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rt_rq_of_se

函数原型:static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)

返回类型:struct rt_rq

参数:

类型参数名称
struct sched_rt_entity *rt_se
246  rq等于rq_of_rt_se(rt_se)
248  返回:rt
调用者
名称描述
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