Searched refs:proc_do_large_bitmap (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | test_sysctl.c | 113 		.proc_handler	= proc_do_large_bitmap,
 | 
| /Linux-v5.4/include/linux/ | 
| D | sysctl.h | 71 extern int proc_do_large_bitmap(struct ctl_table *, int,
 | 
| /Linux-v5.4/kernel/ | 
| D | watchdog.c | 769 	err = proc_do_large_bitmap(table, write, buffer, lenp, ppos);  in proc_watchdog_cpumask()
 | 
| D | sysctl.c | 3166 int proc_do_large_bitmap(struct ctl_table *table, int write,  in proc_do_large_bitmap()  function3377 int proc_do_large_bitmap(struct ctl_table *table, int write,  in proc_do_large_bitmap()  function
 3431 EXPORT_SYMBOL(proc_do_large_bitmap);
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | icmp.c | 1154 		.proc_handler = proc_do_large_bitmap,
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | sysctl_net_ipv4.c | 742 		.proc_handler	= proc_do_large_bitmap,
 |