Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sched_rt_global_validate

Proto:static int sched_rt_global_validate(void)

Type:int

Parameter:Nothing

2630  If period over which we measure -rt task CPU usage in us.* default: 1s <= 0 Then Return -EINVAL
2633  If part of the period that we allow rt tasks to run in us.* default: 0.95s != Single value that denotes runtime == period, ie unlimited time. && part of the period that we allow rt tasks to run in us.* default: 0.95s > period over which we measure -rt task CPU usage in us.* default: 1s Then Return -EINVAL
2637  Return 0
Caller
NameDescribe
sched_rt_handler