Home
last modified time | relevance | path

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

/arch/xtensa/boot/lib/
A Dzmem.c7 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 Dcmm.c263 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 Dappldata_base.c51 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 Dmdesc.h40 u64 node, const char *name, int *lenp);
/arch/s390/kernel/
A Dtopology.c622 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 Dhiperdispatch.c273 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 Ddebug.c1117 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 Darmv8_deprecated.c511 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 Dfpsimd.c540 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 Dmdesc.c659 const char *name, int *lenp) in mdesc_get_property() argument
694 if (lenp) in mdesc_get_property()
695 *lenp = len; in mdesc_get_property()

Completed in 27 milliseconds