Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:enqueue_rt_entity

Proto:static void enqueue_rt_entity(struct sched_rt_entity *rt_se, unsigned int flags)

Type:void

Parameter:

TypeParameterName
struct sched_rt_entity *rt_se
unsigned intflags
1302  rq = rq_of_rt_se(rt_se)
1304  Because the prio of an upper entry depends on the lower* entries, we must remove entries top - down.
1305  for_each_sched_rt_entity(rt_se)
1306  __enqueue_rt_entity(rt_se, flags)
1307  enqueue_top_rt_rq( & rt)
Caller
NameDescribe
enqueue_task_rtAdding/removing a task to/from a priority array: