Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:put_prev_task_dl

Proto:static void put_prev_task_dl(struct rq *rq, struct task_struct *p)

Type:void

Parameter:

TypeParameterName
struct rq *rq
struct task_struct *p
1794  Update the current task's runtime statistics (provided it is still* a -deadline task and has not been removed from the dl_rq).
1796  update_dl_rq_load_avg(rq_clock_pelt(rq), rq, 1)
1797  If on_dl_rq( & dl) && nr_cpus_allowed > 1 Then enqueue_pushable_dl_task(rq, p)