Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:proc_skip_spaces

Proto:static size_t proc_skip_spaces(char **buf)

Type:size_t

Parameter:

TypeParameterName
char **buf
2131  tmp = skip_spaces - Removes leading whitespace from @str.*@str: The string to be stripped.* Returns a pointer to the first non-whitespace character in @str.
2132  ret = tmp - buf
2133  buf = tmp
2134  Return ret
Caller
NameDescribe
__do_proc_dointvec
do_proc_douintvec_w
__do_proc_doulongvec_minmax