函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\rt.c Create Date:2022-07-27 10:40:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sched_rt_global_validate

函数原型:static int sched_rt_global_validate(void)

返回类型:int

参数:

2630  如果period over which we measure -rt task CPU usage in us.* default: 1s小于等于0则返回:负EINVAL
2633  如果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则返回:负EINVAL
2637  返回:0
调用者
名称描述
sched_rt_handler