函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:requeue_task_rt

函数原型:static void requeue_task_rt(struct rq *rq, struct task_struct *p, int head)

返回类型:void

参数:

类型参数名称
struct rq *rq
struct task_struct *p
inthead
1372  rt_se等于实时任务调度实体
1376  rt_rq等于rt_rq_of_se(rt_se)
1377  Put task to the head or the end of the run list without the overhead of* dequeue followed by enqueue.
调用者
名称描述
yield_task_rt
task_tick_rtscheduler tick hitting a task of our scheduling class