函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:用最小/最大值读取毫秒值的向量

函数原型:int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)

返回类型:int

参数:

类型参数名称
struct ctl_table *table>extra1 (min) and table->extra2 (max).
intwrite
void __user *buffer
size_t *lenp
loff_t *ppos
2984  返回:do_proc_doulongvec_minmax(>extra1 (min) and table->extra2 (max)., write, buffer, lenp, ppos, HZ, 1000l)