| /arch/xtensa/boot/lib/ |
| A D | zmem.c | 7 void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp); 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() argument 58 if (i >= *lenp) { in gunzip() 70 s.avail_in = *lenp - i; in gunzip() 78 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
| /arch/s390/mm/ |
| A D | cmm.c | 263 void *buffer, size_t *lenp, loff_t *ppos) in cmm_pages_handler() argument 273 rc = proc_doulongvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in cmm_pages_handler() 282 void *buffer, size_t *lenp, in cmm_timed_pages_handler() argument 302 void *buffer, size_t *lenp, loff_t *ppos) in cmm_timeout_handler() argument 308 if (!*lenp || (*ppos && !write)) { in cmm_timeout_handler() 309 *lenp = 0; in cmm_timeout_handler() 314 len = min(*lenp, sizeof(buf)); in cmm_timeout_handler() 322 *ppos += *lenp; in cmm_timeout_handler() 326 if (len > *lenp) in cmm_timeout_handler() 327 len = *lenp; in cmm_timeout_handler() [all …]
|
| /arch/s390/appldata/ |
| A D | appldata_base.c | 51 void *buffer, size_t *lenp, loff_t *ppos); 53 void *buffer, size_t *lenp, loff_t *ppos); 204 void *buffer, size_t *lenp, loff_t *ppos) in appldata_timer_handler() argument 216 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_timer_handler() 237 void *buffer, size_t *lenp, loff_t *ppos) in appldata_interval_handler() argument 248 rc = proc_dointvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_interval_handler() 267 void *buffer, size_t *lenp, loff_t *ppos) in appldata_generic_handler() argument 300 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_generic_handler()
|
| /arch/sparc/include/asm/ |
| A D | mdesc.h | 40 u64 node, const char *name, int *lenp);
|
| /arch/s390/kernel/ |
| A D | topology.c | 622 void *buffer, size_t *lenp, loff_t *ppos) in topology_ctl_handler() argument 635 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in topology_ctl_handler() 652 void *buffer, size_t *lenp, loff_t *ppos) in polarization_ctl_handler() argument 665 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in polarization_ctl_handler()
|
| A D | hiperdispatch.c | 273 void *buffer, size_t *lenp, loff_t *ppos) in hiperdispatch_ctl_handler() argument 286 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in hiperdispatch_ctl_handler()
|
| A D | debug.c | 1117 void *buffer, size_t *lenp, loff_t *ppos) in s390dbf_procactive() argument 1120 return proc_dointvec(table, write, buffer, lenp, ppos); in s390dbf_procactive()
|
| /arch/arm64/kernel/ |
| A D | armv8_deprecated.c | 511 void *buffer, size_t *lenp, in emulation_proc_handler() argument 519 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in emulation_proc_handler()
|
| A D | fpsimd.c | 540 void *buffer, size_t *lenp, loff_t *ppos) in vec_proc_do_default_vl() argument 551 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in vec_proc_do_default_vl()
|
| /arch/sparc/kernel/ |
| A D | mdesc.c | 659 const char *name, int *lenp) in mdesc_get_property() argument 694 if (lenp) in mdesc_get_property() 695 *lenp = len; in mdesc_get_property()
|