Home
last modified time | relevance | path

Searched refs:negp (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/kernel/
H A Dsysctl.c410 if (*negp) { in do_proc_dointvec_conv()
422 *negp = true; in do_proc_dointvec_conv()
425 *negp = false; in do_proc_dointvec_conv()
1134 if (*negp) in do_proc_dointvec_jiffies_conv()
1142 *negp = true; in do_proc_dointvec_jiffies_conv()
1145 *negp = false; in do_proc_dointvec_jiffies_conv()
1160 *valp = clock_t_to_jiffies(*negp ? -*lvalp : *lvalp); in do_proc_dointvec_userhz_jiffies_conv()
1165 *negp = true; in do_proc_dointvec_userhz_jiffies_conv()
1168 *negp = false; in do_proc_dointvec_userhz_jiffies_conv()
1190 *negp = true; in do_proc_dointvec_ms_jiffies_conv()
[all …]