Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\device_cgroup.c Create Date:2022-07-28 19:55:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_majmin

Proto:static void set_majmin(char *str, unsigned m)

Type:void

Parameter:

TypeParameterName
char *str
unsignedm
261  If m == ~0 Then strcpy(str, "*")
263  Else sprintf(str, "%u", m)
Caller
NameDescribe
devcgroup_seq_show