Searched refs:proc_do_large_bitmap (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | test_sysctl.c | 124 .proc_handler = proc_do_large_bitmap,
|
/linux-6.3-rc2/include/linux/ |
A D | sysctl.h | 87 int proc_do_large_bitmap(struct ctl_table *, int, void *, size_t *, loff_t *);
|
/linux-6.3-rc2/kernel/ |
A D | sysctl.c | 1391 int proc_do_large_bitmap(struct ctl_table *table, int write, in proc_do_large_bitmap() function 1601 int proc_do_large_bitmap(struct ctl_table *table, int write, in proc_do_large_bitmap() function 2503 EXPORT_SYMBOL(proc_do_large_bitmap);
|
A D | watchdog.c | 747 err = proc_do_large_bitmap(table, write, buffer, lenp, ppos); in proc_watchdog_cpumask()
|
/linux-6.3-rc2/net/ipv6/ |
A D | icmp.c | 1196 .proc_handler = proc_do_large_bitmap,
|
/linux-6.3-rc2/net/ipv4/ |
A D | sysctl_net_ipv4.c | 744 .proc_handler = proc_do_large_bitmap,
|
Completed in 16 milliseconds