Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dscatterlist.c642 sgl_free_order(sgl, order); in sgl_alloc_order()
707 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order() function
711 EXPORT_SYMBOL(sgl_free_order);
719 sgl_free_order(sgl, 0); in sgl_free()
/openbmc/linux/include/linux/
H A Dscatterlist.h488 void sgl_free_order(struct scatterlist *sgl, int order);
/openbmc/linux/drivers/scsi/
H A Dipr.c3806 sgl_free_order(sglist->scatterlist, sglist->order); in ipr_free_ucode_buffer()