Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dproc_sysctl.c567 static ssize_t proc_sys_call_handler(struct file *filp, void __user *buf, in proc_sys_call_handler() function
606 return proc_sys_call_handler(filp, (void __user *)buf, count, ppos, 0); in proc_sys_read()
612 return proc_sys_call_handler(filp, (void __user *)buf, count, ppos, 1); in proc_sys_write()