Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dequeue_task_rt

Proto:static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags)

Type:void

Parameter:

TypeParameterName
struct rq *rq
struct task_struct *p
intflags
1344  rt_se = rt
1346  Update the current task's runtime statistics. Skip current tasks that* are not in our scheduling class.
1347  dequeue_rt_entity(rt_se, flags)
1349  dequeue_pushable_task(rq, p)