Searched refs:proc_dointvec (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/net/ipv4/
H A Droute.c3432 .proc_handler = proc_dointvec,
3439 .proc_handler = proc_dointvec,
3476 .proc_handler = proc_dointvec,
3483 .proc_handler = proc_dointvec,
3490 .proc_handler = proc_dointvec,
3497 .proc_handler = proc_dointvec,
3504 .proc_handler = proc_dointvec,
3511 .proc_handler = proc_dointvec,
3545 .proc_handler = proc_dointvec,
/linux-master/mm/
H A Dhugetlb.c5026 .proc_handler = proc_dointvec,
H A Dutil.c843 ret = proc_dointvec(table, write, buffer, lenp, ppos);
H A Dpage-writeback.c2141 ret = proc_dointvec(table, write, buffer, length, ppos);
H A Doom_kill.c718 .proc_handler = proc_dointvec,
725 .proc_handler = proc_dointvec,
H A Dcompaction.c2988 ret = proc_dointvec(table, write, buffer, length, ppos);
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c1184 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
/linux-master/drivers/char/
H A Drandom.c1637 /* The same as proc_dointvec, but writes don't change anything. */
1641 return write ? 0 : proc_dointvec(table, 0, buf, lenp, ppos);
1650 .proc_handler = proc_dointvec,
1657 .proc_handler = proc_dointvec,
H A Dhpet.c709 .proc_handler = proc_dointvec,
/linux-master/io_uring/
H A Dio_uring.c171 .proc_handler = proc_dointvec,
/linux-master/net/ipv6/
H A Daddrconf.c6326 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
6422 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
6439 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
6620 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
6714 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
6758 .proc_handler = proc_dointvec,
6765 .proc_handler = proc_dointvec,
6772 .proc_handler = proc_dointvec,
6779 .proc_handler = proc_dointvec,
6815 .proc_handler = proc_dointvec,
[all...]
/linux-master/drivers/scsi/
H A Dsg.c1656 .proc_handler = proc_dointvec,
/linux-master/kernel/sched/
H A Dcore.c1851 result = proc_dointvec(table, write, buffer, lenp, ppos);
/linux-master/kernel/trace/
H A Dtrace.c2774 ret = proc_dointvec(table, write, buffer, lenp, ppos);
H A Dftrace.c8232 ret = proc_dointvec(table, write, buffer, lenp, ppos);
/linux-master/kernel/
H A Dsysctl.c721 res = proc_dointvec(&tmp, write, buffer, lenp, ppos);
730 * proc_dointvec - read a vector of integers
742 int proc_dointvec(struct ctl_table *table, int write, void *buffer, function
1513 int proc_dointvec(struct ctl_table *table, int write, function
1624 .proc_handler = proc_dointvec,
1648 .proc_handler = proc_dointvec,
1663 .proc_handler = proc_dointvec,
1670 .proc_handler = proc_dointvec,
1679 .proc_handler = proc_dointvec,
1688 .proc_handler = proc_dointvec,
2259 EXPORT_SYMBOL(proc_dointvec); variable
[all...]
H A Dsignal.c4840 .proc_handler = proc_dointvec
H A Dkexec_core.c904 ret = proc_dointvec(&tmp, write, buffer, lenp, ppos);
925 return proc_dointvec(&tmp, write, buffer, lenp, ppos);
/linux-master/ipc/
H A Dipc_sysctl.c59 ret = proc_dointvec(table, write, buffer, lenp, ppos);
H A Dmq_sysctl.c29 .proc_handler = proc_dointvec,
/linux-master/security/apparmor/
H A Dlsm.c2040 return proc_dointvec(table, write, buffer, lenp, ppos);
/linux-master/fs/quota/
H A Ddquot.c2993 .proc_handler = proc_dointvec,
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c550 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos);
/linux-master/net/netfilter/
H A Dnf_log.c407 .proc_handler = proc_dointvec,
/linux-master/net/mpls/
H A Daf_mpls.c1370 int ret = proc_dointvec(ctl, write, buffer, lenp, ppos);

Completed in 565 milliseconds

1234