Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__add_rq_bw

Proto:static inline void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq)

Type:void

Parameter:

TypeParameterName
u64dl_bw
struct dl_rq *dl_rq
108  old = Utilization of the tasks "assigned" to this runqueue (including* the tasks that are in runqueue and the tasks that executed on this* CPU and blocked)
110  lockdep_assert_held( & runqueue lock: )
111  Utilization of the tasks "assigned" to this runqueue (including* the tasks that are in runqueue and the tasks that executed on this* CPU and blocked) += dl_bw
112  SCHED_WARN_ON(Utilization of the tasks "assigned" to this runqueue (including* the tasks that are in runqueue and the tasks that executed on this* CPU and blocked) < old)
Caller
NameDescribe
add_rq_bw
dl_change_utilization