Searched refs:sgl_alloc_order (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dscatterlist.h482 struct scatterlist *sgl_alloc_order(unsigned long long length,
/linux-master/lib/
H A Dscatterlist.c601 * sgl_alloc_order - allocate a scatterlist and its pages
611 struct scatterlist *sgl_alloc_order(unsigned long long length, function
655 EXPORT_SYMBOL(sgl_alloc_order); variable
668 return sgl_alloc_order(length, 0, false, gfp, nent_p);
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1538 req->dst = sgl_alloc_order(req->dlen, order, false, flags, NULL);
1662 req->dst = sgl_alloc_order(req->dlen, order, false, flags, NULL);
/linux-master/drivers/target/
H A Dtarget_core_transport.c2769 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents);
/linux-master/drivers/scsi/
H A Dipr.c3785 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL,

Completed in 119 milliseconds