Searched refs:sgl_alloc_order (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | scatterlist.c | 486 struct scatterlist *sgl_alloc_order(unsigned long long length,  in sgl_alloc_order()  function530 EXPORT_SYMBOL(sgl_alloc_order);
 543 	return sgl_alloc_order(length, 0, false, gfp, nent_p);  in sgl_alloc()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | scatterlist.h | 284 struct scatterlist *sgl_alloc_order(unsigned long long length,
 | 
| /Linux-v5.4/drivers/target/ | 
| D | target_core_transport.c | 2481 	*sgl = sgl_alloc_order(length, 0, chainable, gfp, nents);  in target_alloc_sgl()
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | pmcraid.c | 3233 	sgl_alloc_order(buflen, order, false,  in pmcraid_alloc_sglist()
 | 
| D | ipr.c | 3862 	sglist->scatterlist = sgl_alloc_order(buf_len, order, false, GFP_KERNEL,  in ipr_alloc_ucode_buffer()
 |