Lines Matching refs:lenp

147 		char *buffer, size_t *lenp, loff_t *ppos)  in _proc_do_string()  argument
152 if (!data || !maxlen || !*lenp) { in _proc_do_string()
153 *lenp = 0; in _proc_do_string()
172 *ppos += *lenp; in _proc_do_string()
174 while ((p - buffer) < *lenp && len < maxlen - 1) { in _proc_do_string()
187 *lenp = 0; in _proc_do_string()
194 if (len > *lenp) in _proc_do_string()
195 len = *lenp; in _proc_do_string()
198 if (len < *lenp) { in _proc_do_string()
202 *lenp = len; in _proc_do_string()
260 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring() argument
265 return _proc_do_string(table->data, table->maxlen, write, buffer, lenp, in proc_dostring()
473 size_t *lenp, loff_t *ppos, in __do_proc_dointvec() argument
482 if (!tbl_data || !table->maxlen || !*lenp || (*ppos && !write)) { in __do_proc_dointvec()
483 *lenp = 0; in __do_proc_dointvec()
489 left = *lenp; in __do_proc_dointvec()
538 *lenp -= left; in __do_proc_dointvec()
540 *ppos += *lenp; in __do_proc_dointvec()
545 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_dointvec() argument
551 buffer, lenp, ppos, conv, data); in do_proc_dointvec()
557 size_t *lenp, loff_t *ppos, in do_proc_douintvec_w() argument
569 left = *lenp; in do_proc_douintvec_w()
607 *ppos += *lenp; in do_proc_douintvec_w()
612 size_t *lenp, loff_t *ppos, in do_proc_douintvec_r() argument
622 left = *lenp; in do_proc_douintvec_r()
636 *lenp -= left; in do_proc_douintvec_r()
637 *ppos += *lenp; in do_proc_douintvec_r()
644 size_t *lenp, loff_t *ppos, in __do_proc_douintvec() argument
652 if (!tbl_data || !table->maxlen || !*lenp || (*ppos && !write)) { in __do_proc_douintvec()
653 *lenp = 0; in __do_proc_douintvec()
665 *lenp = 0; in __do_proc_douintvec()
673 return do_proc_douintvec_w(i, table, buffer, lenp, ppos, in __do_proc_douintvec()
675 return do_proc_douintvec_r(i, buffer, lenp, ppos, conv, data); in __do_proc_douintvec()
679 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_douintvec() argument
686 buffer, lenp, ppos, conv, data); in do_proc_douintvec()
706 size_t *lenp, loff_t *ppos) in proc_dobool() argument
721 res = proc_dointvec(&tmp, write, buffer, lenp, ppos); in proc_dobool()
743 size_t *lenp, loff_t *ppos) in proc_dointvec() argument
745 return do_proc_dointvec(table, write, buffer, lenp, ppos, NULL, NULL); in proc_dointvec()
762 size_t *lenp, loff_t *ppos) in proc_douintvec() argument
764 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec()
773 void *buffer, size_t *lenp, loff_t *ppos) in proc_taint() argument
784 err = proc_doulongvec_minmax(&t, write, buffer, lenp, ppos); in proc_taint()
868 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax() argument
874 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_minmax()
937 void *buffer, size_t *lenp, loff_t *ppos) in proc_douintvec_minmax() argument
943 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec_minmax()
965 void *buffer, size_t *lenp, loff_t *ppos) in proc_dou8vec_minmax() argument
996 res = do_proc_douintvec(&tmp, write, buffer, lenp, ppos, in proc_dou8vec_minmax()
1008 void *buffer, size_t *lenp, loff_t *ppos) in sysrq_sysctl_handler() argument
1015 lenp, ppos, NULL, NULL); in sysrq_sysctl_handler()
1027 int write, void *buffer, size_t *lenp, loff_t *ppos, in __do_proc_doulongvec_minmax() argument
1035 if (!data || !table->maxlen || !*lenp || (*ppos && !write)) { in __do_proc_doulongvec_minmax()
1036 *lenp = 0; in __do_proc_doulongvec_minmax()
1044 left = *lenp; in __do_proc_doulongvec_minmax()
1093 *lenp -= left; in __do_proc_doulongvec_minmax()
1095 *ppos += *lenp; in __do_proc_doulongvec_minmax()
1100 void *buffer, size_t *lenp, loff_t *ppos, unsigned long convmul, in do_proc_doulongvec_minmax() argument
1104 buffer, lenp, ppos, convmul, convdiv); in do_proc_doulongvec_minmax()
1124 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_minmax() argument
1126 return do_proc_doulongvec_minmax(table, write, buffer, lenp, ppos, 1l, 1l); in proc_doulongvec_minmax()
1147 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax() argument
1150 lenp, ppos, HZ, 1000l); in proc_doulongvec_ms_jiffies_minmax()
1268 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_jiffies() argument
1270 return do_proc_dointvec(table,write,buffer,lenp,ppos, in proc_dointvec_jiffies()
1275 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax() argument
1281 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_ms_jiffies_minmax()
1301 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies() argument
1303 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_userhz_jiffies()
1324 size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies() argument
1326 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_ms_jiffies()
1331 size_t *lenp, loff_t *ppos) in proc_do_cad_pid() argument
1340 lenp, ppos, NULL, NULL); in proc_do_cad_pid()
1370 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_large_bitmap() argument
1373 size_t left = *lenp; in proc_do_large_bitmap()
1380 *lenp = 0; in proc_do_large_bitmap()
1391 skipped = *lenp - left; in proc_do_large_bitmap()
1491 *lenp -= left; in proc_do_large_bitmap()
1492 *ppos += *lenp; in proc_do_large_bitmap()
1502 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring() argument
1508 void *buffer, size_t *lenp, loff_t *ppos) in proc_dobool() argument
1514 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec() argument
1520 void *buffer, size_t *lenp, loff_t *ppos) in proc_douintvec() argument
1526 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax() argument
1532 void *buffer, size_t *lenp, loff_t *ppos) in proc_douintvec_minmax() argument
1538 void *buffer, size_t *lenp, loff_t *ppos) in proc_dou8vec_minmax() argument
1544 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_jiffies() argument
1550 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax() argument
1556 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies() argument
1562 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies() argument
1568 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_minmax() argument
1574 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax() argument
1580 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_large_bitmap() argument
1589 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_static_key() argument
1607 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in proc_do_static_key()