Searched refs:len_out (Results 1 – 7 of 7) sorted by relevance
| /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 | 46 unsigned long long *ino_out, int *len_out,
|
| /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/kernel/printk/ |
| H A D | printk.c | 4957 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 5015 if (len_out) in kmsg_dump_get_buffer() 5016 *len_out = len; in kmsg_dump_get_buffer()
|
| /linux/block/ |
| H A D | sed-opal.c | 571 u64 len_out; in opal_discovery0_end() local 589 len_out = min_t(u64, discv_out->size, hlen); in opal_discovery0_end() 590 if (buf_out && copy_to_user(buf_out, dev->resp, len_out)) in opal_discovery0_end()
|