Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dsysctl.c2002 static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table, in __do_proc_dointvec() argument
2014 if (!tbl_data || !table->maxlen || !*lenp || (*ppos && !write)) { in __do_proc_dointvec()
2019 i = (int *) tbl_data; in __do_proc_dointvec()