Searched refs:len_out (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/um/kernel/ |
A 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.3-rc2/arch/um/include/shared/ |
A D | mem_user.h | 49 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
A D | net_user.h | 31 extern void *get_output_buffer(int *len_out);
|
/linux-6.3-rc2/include/linux/ |
A D | kmsg_dump.h | 64 char *buf, size_t size, size_t *len_out);
|
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs.h | 76 unsigned long long *ino_out, int *len_out,
|
A 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-6.3-rc2/arch/um/drivers/ |
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-6.3-rc2/drivers/crypto/hisilicon/sec/ |
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()
|
A D | sec_drv.h | 280 int len_out; member
|
/linux-6.3-rc2/kernel/printk/ |
A D | printk.c | 4074 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 4133 if (len_out) in kmsg_dump_get_buffer() 4134 *len_out = len; in kmsg_dump_get_buffer()
|
Completed in 20 milliseconds