Searched refs:sgl_alloc_order (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | scatterlist.c | 557 * sgl_alloc_order - allocate a scatterlist and its pages 567 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function 611 EXPORT_SYMBOL(sgl_alloc_order); variable 624 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
|
/kernel/linux/linux-6.6/lib/ |
H A D | scatterlist.c | 601 * sgl_alloc_order - allocate a scatterlist and its pages 611 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function 655 EXPORT_SYMBOL(sgl_alloc_order); variable 668 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | scatterlist.h | 304 struct scatterlist *sgl_alloc_order(unsigned long long length,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scatterlist.h | 482 struct scatterlist *sgl_alloc_order(unsigned long long length,
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_transport.c | 2608 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_transport.c | 2767 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | pmcraid.c | 3231 sgl_alloc_order(buflen, order, false, in pmcraid_alloc_sglist()
|
H A D | ipr.c | 3873 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 3784 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()
|
Completed in 53 milliseconds