Searched refs:len_out (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/um/kernel/ |
D | physmem.c | 181 unsigned long find_iomem(char *driver, unsigned long *len_out) in find_iomem() argument 187 *len_out = region->size; in find_iomem()
|
/linux-6.6.21/arch/um/include/shared/ |
D | mem_user.h | 49 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
D | net_user.h | 31 extern void *get_output_buffer(int *len_out);
|
/linux-6.6.21/include/linux/ |
D | kmsg_dump.h | 64 char *buf, size_t size, size_t *len_out);
|
/linux-6.6.21/fs/hostfs/ |
D | hostfs.h | 77 unsigned long long *ino_out, int *len_out,
|
D | hostfs_user.c | 109 unsigned long long *ino_out, int *len_out, in read_dir() argument 118 *len_out = strlen(ent->d_name); in read_dir()
|
/linux-6.6.21/arch/um/drivers/ |
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-6.6.21/drivers/crypto/hisilicon/sec/ |
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()
|
D | sec_drv.h | 280 int len_out; member
|
/linux-6.6.21/kernel/printk/ |
D | printk.c | 4152 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 4211 if (len_out) in kmsg_dump_get_buffer() 4212 *len_out = len; in kmsg_dump_get_buffer()
|
/linux-6.6.21/block/ |
D | sed-opal.c | 570 u64 len_out; in opal_discovery0_end() local 588 len_out = min_t(u64, discv_out->size, hlen); in opal_discovery0_end() 589 if (buf_out && copy_to_user(buf_out, dev->resp, len_out)) in opal_discovery0_end()
|