Home
last modified time | relevance | path

Searched refs:sgl_free_order (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/
H A Dscatterlist.c643 sgl_free_order(sgl, order); in sgl_alloc_order()
708 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order() function
712 EXPORT_SYMBOL(sgl_free_order);
720 sgl_free_order(sgl, 0); in sgl_free()
/linux-6.15/include/linux/
H A Dscatterlist.h488 void sgl_free_order(struct scatterlist *sgl, int order);
/linux-6.15/drivers/scsi/
H A Dipr.c3807 sgl_free_order(sglist->scatterlist, sglist->order); in ipr_free_ucode_buffer()