Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dscatterlist.c611 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function
655 EXPORT_SYMBOL(sgl_alloc_order);
668 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
/linux-6.6.21/include/linux/
Dscatterlist.h482 struct scatterlist *sgl_alloc_order(unsigned long long length,
/linux-6.6.21/drivers/target/
Dtarget_core_transport.c2767 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
/linux-6.6.21/drivers/scsi/
Dipr.c3784 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()