Searched refs:sgl_alloc_order (Results 1 – 8 of 8) sorted by relevance
/linux/lib/ |
A D | scatterlist.c | 598 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() function 642 EXPORT_SYMBOL(sgl_alloc_order); 655 return sgl_alloc_order(length, 0, false, gfp, nent_p); in sgl_alloc()
|
/linux/include/linux/ |
A D | scatterlist.h | 336 struct scatterlist *sgl_alloc_order(unsigned long long length,
|
/linux/drivers/target/ |
A D | target_core_transport.c | 2733 *sgl = sgl_alloc_order(length, 0, chainable, gfp, nents); in target_alloc_sgl()
|
/linux/drivers/scsi/ |
A D | pmcraid.c | 3224 sgl_alloc_order(buflen, order, false, in pmcraid_alloc_sglist()
|
A D | ipr.c | 3872 sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL, in ipr_alloc_ucode_buffer()
|
/linux/ |
A D | vmlinux.symvers | 6113 0x00000000 sgl_alloc_order vmlinux EXPORT_SYMBOL
|
A D | System.map | 16525 ffff800010490350 T sgl_alloc_order
|
A D | .tmp_System.map | 16525 ffff800010490350 T sgl_alloc_order
|
Completed in 383 milliseconds