/arch/xtensa/boot/lib/ |
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/ |
D | cmm.c | 247 void *buffer, size_t *lenp, loff_t *ppos) in cmm_pages_handler() argument 257 rc = proc_doulongvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in cmm_pages_handler() 266 void *buffer, size_t *lenp, in cmm_timed_pages_handler() argument 277 rc = proc_doulongvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in cmm_timed_pages_handler() 286 void *buffer, size_t *lenp, loff_t *ppos) in cmm_timeout_handler() argument 292 if (!*lenp || (*ppos && !write)) { in cmm_timeout_handler() 293 *lenp = 0; in cmm_timeout_handler() 298 len = min(*lenp, sizeof(buf)); in cmm_timeout_handler() 306 *ppos += *lenp; in cmm_timeout_handler() 310 if (len > *lenp) in cmm_timeout_handler() [all …]
|
/arch/s390/appldata/ |
D | appldata_base.c | 54 void *buffer, size_t *lenp, loff_t *ppos); 56 void *buffer, size_t *lenp, loff_t *ppos); 219 void *buffer, size_t *lenp, loff_t *ppos) in appldata_timer_handler() argument 231 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_timer_handler() 252 void *buffer, size_t *lenp, loff_t *ppos) in appldata_interval_handler() argument 263 rc = proc_dointvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_interval_handler() 282 void *buffer, size_t *lenp, loff_t *ppos) in appldata_generic_handler() argument 315 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in appldata_generic_handler()
|
/arch/x86/kernel/ |
D | itmt.c | 42 void *buffer, size_t *lenp, loff_t *ppos) in sched_itmt_update_handler() argument 55 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_itmt_update_handler()
|
/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 428 int lenp, i; in neighbour_spu() local 434 vic_handles = of_get_property(spu_dn, "vicinity", &lenp); in neighbour_spu() 435 for (i=0; i < (lenp / sizeof(phandle)); i++) { in neighbour_spu() 449 int lenp, i, added; in init_affinity_node() local 456 vic_handles = of_get_property(last_spu_dn, "vicinity", &lenp); in init_affinity_node() 462 for (i = 0; i < (lenp / sizeof(phandle)); i++) { in init_affinity_node()
|
/arch/sparc/include/asm/ |
D | mdesc.h | 40 u64 node, const char *name, int *lenp);
|
/arch/arm64/kernel/ |
D | armv8_deprecated.c | 517 void *buffer, size_t *lenp, in emulation_proc_handler() argument 525 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in emulation_proc_handler()
|
D | fpsimd.c | 520 void *buffer, size_t *lenp, loff_t *ppos) in vec_proc_do_default_vl() argument 531 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in vec_proc_do_default_vl()
|
/arch/s390/kernel/ |
D | topology.c | 605 void *buffer, size_t *lenp, loff_t *ppos) in topology_ctl_handler() argument 618 rc = proc_douintvec_minmax(&ctl_entry, write, buffer, lenp, ppos); in topology_ctl_handler()
|
D | debug.c | 958 void *buffer, size_t *lenp, loff_t *ppos) in s390dbf_procactive() argument 961 return proc_dointvec(table, write, buffer, lenp, ppos); in s390dbf_procactive()
|
/arch/sparc/kernel/ |
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()
|