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
990 res = do_proc_douintvec(&tmp, write, buffer, lenp, ppos, in proc_dou8vec_minmax()
1002 void *buffer, size_t *lenp, loff_t *ppos) in sysrq_sysctl_handler() argument
1009 lenp, ppos, NULL, NULL); in sysrq_sysctl_handler()
1022 void *buffer, size_t *lenp, loff_t *ppos, in __do_proc_doulongvec_minmax() argument
1030 if (!data || !table->maxlen || !*lenp || (*ppos && !write)) { in __do_proc_doulongvec_minmax()
1031 *lenp = 0; in __do_proc_doulongvec_minmax()
1039 left = *lenp; in __do_proc_doulongvec_minmax()
1088 *lenp -= left; in __do_proc_doulongvec_minmax()
1090 *ppos += *lenp; in __do_proc_doulongvec_minmax()
1095 void *buffer, size_t *lenp, loff_t *ppos, unsigned long convmul, in do_proc_doulongvec_minmax() argument
1099 buffer, lenp, ppos, convmul, convdiv); in do_proc_doulongvec_minmax()
1119 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_minmax() argument
1121 return do_proc_doulongvec_minmax(table, write, buffer, lenp, ppos, 1l, 1l); in proc_doulongvec_minmax()
1142 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax() argument
1145 lenp, ppos, HZ, 1000l); in proc_doulongvec_ms_jiffies_minmax()
1263 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_jiffies() argument
1265 return do_proc_dointvec(table,write,buffer,lenp,ppos, in proc_dointvec_jiffies()
1270 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax() argument
1276 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_ms_jiffies_minmax()
1296 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies() argument
1298 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_userhz_jiffies()
1319 size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies() argument
1321 return do_proc_dointvec(table, write, buffer, lenp, ppos, in proc_dointvec_ms_jiffies()
1326 size_t *lenp, loff_t *ppos) in proc_do_cad_pid() argument
1335 lenp, ppos, NULL, NULL); in proc_do_cad_pid()
1365 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_large_bitmap() argument
1368 size_t left = *lenp; in proc_do_large_bitmap()
1375 *lenp = 0; in proc_do_large_bitmap()
1386 skipped = *lenp - left; in proc_do_large_bitmap()
1486 *lenp -= left; in proc_do_large_bitmap()
1487 *ppos += *lenp; in proc_do_large_bitmap()
1497 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring() argument
1503 void *buffer, size_t *lenp, loff_t *ppos) in proc_dobool() argument
1509 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec() argument
1515 void *buffer, size_t *lenp, loff_t *ppos) in proc_douintvec() argument
1521 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax() argument
1527 void *buffer, size_t *lenp, loff_t *ppos) in proc_douintvec_minmax() argument
1533 void *buffer, size_t *lenp, loff_t *ppos) in proc_dou8vec_minmax() argument
1539 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_jiffies() argument
1545 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax() argument
1551 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies() argument
1557 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies() argument
1563 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_minmax() argument
1569 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax() argument
1575 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_large_bitmap() argument
1584 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_static_key() argument
1602 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in proc_do_static_key()