Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_rt_bandwidth

Proto:void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime)

Type:void

Parameter:

TypeParameterName
struct rt_bandwidth *rt_b
u64period
u64runtime
43  rt_period = ns_to_ktime(period)
44  rt_runtime = runtime
46  raw_spin_lock_init( & nests inside the rq lock: )
48  Initialize timers:
50  function = sched_rt_period_timer