Searched full:len_out (Results 1 – 5 of 5) 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/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 260 * @len_out: length of out sgl from upper layers 280 int len_out; member
|
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()
|
/linux/kernel/printk/ |
H A D | printk.c | 4833 * @len_out: length of line placed into buffer 4847 char *buf, size_t size, size_t *len_out) in kmsg_dump_get_buffer() argument 4905 if (len_out) in kmsg_dump_get_buffer() 4906 *len_out = len; in kmsg_dump_get_buffer()
|