Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dscatterlist.c567 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function
611 EXPORT_SYMBOL(sgl_alloc_order);
624 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
/kernel/linux/linux-5.10/include/linux/
Dscatterlist.h304 struct scatterlist *sgl_alloc_order(unsigned long long length,
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_transport.c2609 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
/kernel/linux/linux-5.10/drivers/scsi/
Dpmcraid.c3231 sgl_alloc_order(buflen, order, false, in pmcraid_alloc_sglist()
Dipr.c3872 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()