Searched refs:sgl_alloc_order (Results 1 – 5 of 5) sorted by relevance
/linux/lib/ |
H A D | scatterlist.c | 612 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function 656 EXPORT_SYMBOL(sgl_alloc_order); 669 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
|
/linux/include/linux/ |
H A D | scatterlist.h | 482 struct scatterlist *sgl_alloc_order(unsigned long long length,
|
/linux/drivers/crypto/intel/iaa/ |
H A D | iaa_crypto_main.c | 1545 req->dst = sgl_alloc_order(req->dlen, order, false, flags, NULL); in iaa_comp_acompress() 1666 req->dst = sgl_alloc_order(req->dlen, order, false, flags, NULL); in iaa_comp_adecompress_alloc_dest()
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 2769 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
|
/linux/drivers/scsi/ |
H A D | ipr.c | 3785 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()
|