Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\core.c Create Date:2022-07-28 08:10:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_rdt_options

Proto:static int __init set_rdt_options(char *str)

Type:int

Parameter:

TypeParameterName
char *str
782  If str == '=' Then str++
784  When ((tok = strsep - Split a string into tokens*@s: The string to be searched*@ct: The characters to search for* strsep() updates @s to point after the token, ready for the next call.* It returns empty tokens, too, behaving exactly like the libc function) != NULL) cycle
785  force_off = tok == '!'
786  If force_off Then tok++
789  If strcmp(tok, name) == 0 Then
790  If force_off Then force_off = true
792  Else force_on = true
794  Break
798  Return 1
Caller
NameDescribe
__check_quirks_intel