Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__dl_sub

Proto:static inline void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus)

Type:void

Parameter:

TypeParameterName
struct dl_bw *dl_b
u64tsk_bw
intcpus
290  total_bw -= tsk_bw
291  __dl_update(dl_b, (s32)tsk_bw / cpus)
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
sched_dl_overflowWe must be sure that accepting a new task (or allowing changing the* parameters of an existing one) is consistent with the bandwidth* constraints. If yes, this function also accordingly updates the currently