Searched refs:len_out (Results 1 – 10 of 10) sorted by relevance
| /linux/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/arch/um/include/shared/ |
| A D | mem_user.h | 51 extern unsigned long find_iomem(char *driver, unsigned long *len_out);
|
| A D | net_user.h | 32 extern void *get_output_buffer(int *len_out);
|
| /linux/include/linux/ |
| A D | kmsg_dump.h | 64 char *buf, size_t size, size_t *len_out);
|
| /linux/fs/hostfs/ |
| 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()
|
| A D | hostfs.h | 76 unsigned long long *ino_out, int *len_out,
|
| /linux/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/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/kernel/printk/ |
| A D | printk.c | 3506 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 3565 if (len_out) in kmsg_dump_get_buffer() 3566 *len_out = len; in kmsg_dump_get_buffer()
|
Completed in 331 milliseconds