Searched refs:len_out (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/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-v5.15/arch/um/include/shared/ |
D | mem_user.h | 51 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
D | net_user.h | 32 extern void *get_output_buffer(int *len_out);
|
/Linux-v5.15/include/linux/ |
D | kmsg_dump.h | 64 char *buf, size_t size, size_t *len_out);
|
/Linux-v5.15/fs/hostfs/ |
D | hostfs.h | 76 unsigned long long *ino_out, int *len_out,
|
D | hostfs_user.c | 108 unsigned long long *ino_out, int *len_out, in read_dir() argument 117 *len_out = strlen(ent->d_name); in read_dir()
|
/Linux-v5.15/arch/um/drivers/ |
D | net_kern.c | 858 void *get_output_buffer(int *len_out) in get_output_buffer() argument 863 if (ret) *len_out = PAGE_SIZE; in get_output_buffer() 864 else *len_out = 0; in get_output_buffer()
|
/Linux-v5.15/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-v5.15/kernel/printk/ |
D | printk.c | 3500 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 3559 if (len_out) in kmsg_dump_get_buffer() 3560 *len_out = len; in kmsg_dump_get_buffer()
|