Home
last modified time | relevance | path

Searched full:len_out (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c246 u16 len_out = papr_sysparm_buf_get_length(kern_spbuf); in papr_sysparm_buf_to_user() local
248 if (put_user(len_out, &user_iob->length)) in papr_sysparm_buf_to_user()
/linux/fs/hostfs/
H A Dhostfs.h46 unsigned long long *ino_out, int *len_out,
/linux/include/linux/
H A Dkmsg_dump.h75 char *buf, size_t size, size_t *len_out);
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h260 * @len_out: length of out sgl from upper layers
280 int len_out; member
/linux/kernel/printk/
H A Dprintk.c4943 * @len_out: length of line placed into buffer
4957 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument
5015 if (len_out) in kmsg_dump_get_buffer()
5016 *len_out = len; in kmsg_dump_get_buffer()