函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sysctl.c Create Date:2022-07-27 10:10:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:proc_skip_char

函数原型:static void proc_skip_char(char **buf, size_t *size, const char v)

返回类型:void

参数:

类型参数名称
char **buf
size_t *size
const charv
2139 size循环
2140  如果buf不等于v退出
2142  size自减
2143  buf自加
调用者
名称描述
proc_do_large_bitmapproc_do_large_bitmap - read/write from/to a large bitmap*@table: the sysctl table*@write: %TRUE if this is a write to the sysctl file*@buffer: the user buffer*@lenp: the size of the user buffer*@ppos: file position* The bitmap is stored at table->data and