Searched refs:len_out (Results 1 – 11 of 11) sorted by relevance
/linux/arch/um/kernel/ |
H A D | physmem.c | 171 unsigned long find_iomem(char *driver, unsigned long *len_out) in find_iomem() argument 177 *len_out = region->size; in find_iomem()
|
/linux/arch/um/include/shared/ |
H A D | mem_user.h | 49 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
H A D | net_user.h | 31 extern void *get_output_buffer(int *len_out);
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | papr-sysparm.c | 246 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/include/linux/ |
H A D | kmsg_dump.h | 75 char *buf, size_t size, size_t *len_out);
|
/linux/fs/hostfs/ |
H A D | hostfs.h | 78 unsigned long long *ino_out, int *len_out,
|
H A D | hostfs_user.c | 110 unsigned long long *ino_out, int *len_out, in read_dir() argument 119 *len_out = strlen(ent->d_name); in read_dir()
|
/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 535 dma_unmap_sg(dev, skreq->dst, sec_req->len_out, in sec_skcipher_alg_callback() 744 sec_req->len_out = sg_nents(skreq->dst); in sec_alg_skcipher_crypto() 747 sec_req->len_out, info->dev, gfp); in sec_alg_skcipher_crypto() 851 splits_out_nents, sec_req->len_out, in sec_alg_skcipher_crypto()
|
H A D | sec_drv.h | 280 int len_out; member
|
/linux/arch/um/drivers/ |
H A D | net_kern.c | 859 void *get_output_buffer(int *len_out) in get_output_buffer() argument 864 if (ret) *len_out = PAGE_SIZE; in get_output_buffer() 865 else *len_out = 0; in get_output_buffer()
|
/linux/kernel/printk/ |
H A D | printk.c | 4814 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 4872 if (len_out) in kmsg_dump_get_buffer() 4873 *len_out = len; in kmsg_dump_get_buffer()
|