Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:start_rt_bandwidth

Proto:static void start_rt_bandwidth(struct rt_bandwidth *rt_b)

Type:void

Parameter:

TypeParameterName
struct rt_bandwidth *rt_b
55  If Not rt_bandwidth_enabled() || rt_runtime == Single value that denotes runtime == period, ie unlimited time. Then Return
58  raw_spin_lock( & nests inside the rq lock: )
59  If Not rt_period_active Then
60  rt_period_active = 1
69  hrtimer_forward_now - forward the timer expiry so it expires after now*@timer: hrtimer to forward*@interval: the interval to forward* Forward the timer expiry so it will expire after the current time* of the hrtimer clock base
70  hrtimer_start_expires( & rt_period_timer, HRTIMER_MODE_ABS_PINNED_HARD)
73  raw_spin_unlock( & nests inside the rq lock: )
Caller
NameDescribe
inc_rt_group