Function report |
Source Code:kernel\sysctl.c |
Create Date:2022-07-28 09:11:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_proc_dointvec_userhz_jiffies_conv
Proto:static int do_proc_dointvec_userhz_jiffies_conv(bool *negp, unsigned long *lvalp, int *valp, int write, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
bool * | negp | |
unsigned long * | lvalp | |
int * | valp | |
int | write | |
void * | data |
3016 | If write Then |
3019 | valp = clock_t_to_jiffies( * negp ? - * lvalp : * lvalp) |
3020 | Else |
3032 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |