函数逻辑报告

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

函数名称:Put task to the head or the end of the run list without the overhead of* dequeue followed by enqueue.

函数原型:static void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)

返回类型:void

参数:

类型参数名称
struct rt_rq *rt_rq
struct sched_rt_entity *rt_se
inthead
1359  如果on_rt_rq(rt_se)则
1360  array等于active
1361  queue等于queuert_se_prio(rt_se)
1363  如果head链表项移动到头部
1365  否则链表项移动到尾部
调用者
名称描述
requeue_task_rt