Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:This function clears the sched_dl_entity static params.

Proto:void __dl_clear_params(struct task_struct *p)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
2684  dl_se = dl
2686  Maximum runtime for each instance = 0
2687  Relative deadline of each instance = 0
2688  Separation of two instances (period) = 0
2689  Specifying the scheduler behaviour = 0
2690  dl_runtime / dl_period = 0
2691  dl_runtime / dl_deadline = 0
2693  * Some bool flags: *@dl_throttled tells if we exhausted the runtime. If so, the * task has to wait for a replenishment to be performed at the * next firing of dl_timer. *@dl_boosted tells if we are boosted due to DI. If so we are * outside bandwidth enforc = 0
2694  dl_yielded = 0
2695  dl_non_contending = 0
2696  dl_overrun = 0
Caller
NameDescribe
task_non_contendingThe utilization of a task cannot be immediately removed from* the rq active utilization (running_bw) when the task blocks
inactive_task_timer