Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dec_dl_tasks

Proto:static inline void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq)

Type:void

Parameter:

TypeParameterName
struct sched_dl_entity *dl_se
struct dl_rq *dl_rq
1391  prio = prio
1393  WARN_ON(!dl_prio(prio))
1394  WARN_ON(!dl_nr_running)
1395  dl_nr_running--
1396  sub_nr_running(rq_of_dl_rq(dl_rq), 1)
1398  dec_dl_deadline(dl_rq, Absolute deadline for this instance )
1399  dec_dl_migration(dl_se, dl_rq)
Caller
NameDescribe
__dequeue_dl_entity