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:inc_dl_tasks

Proto:static inline void inc_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
1377  prio = prio
1378  deadline = Absolute deadline for this instance
1380  WARN_ON(!dl_prio(prio))
1381  dl_nr_running++
1382  add_nr_running(rq_of_dl_rq(dl_rq), 1)
1384  inc_dl_deadline(dl_rq, deadline)
1385  inc_dl_migration(dl_se, dl_rq)
Caller
NameDescribe
__enqueue_dl_entity