Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\cgroup\cgroup-v1.c Create Date:2022-07-28 11:13:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cgroup_no_v1

Proto:static int __init cgroup_no_v1(char *str)

Type:int

Parameter:

TypeParameterName
char *str
1255  When ((token = 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
1256  If Not token Then Continue
1259  If Not strcmp(token, "all") Then
1261  Continue
1264  If Not strcmp(token, "named") Then
1266  Continue
1277  Return 1