函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\debug.c Create Date:2022-07-27 10:44:18
Last Modify:2020-03-17 13:39:02 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sched_feat_set

函数原型:static int sched_feat_set(char *cmp)

返回类型:int

参数:

类型参数名称
char *cmp
104  neg等于0
106  如果字符串指定长度比较恒等于0则
107  neg等于1
108  cmp加等于3
111  i等于match_string - matches given string in an array*@array: array of strings*@n: number of strings in the array or -1 for NULL terminated arrays*@string: string to match with* Return:* index of a @string in the @array if matches, or %-EINVAL otherwise.
112  如果i小于0则返回:i
115  如果neg
116  sysctl_sched_features与等于1UL左移i位的值的反
117  sched_feat_disable(i)
118  否则
119  sysctl_sched_features或等于1UL左移i
120  sched_feat_enable(i)
123  返回:0
调用者
名称描述
sched_feat_write