Searched refs:sgbuf (Results 1 – 1 of 1) sorted by relevance
690 struct snd_dma_sg_fallback *sgbuf) in __snd_dma_sg_fallback_free() argument695 if (sgbuf->pages && sgbuf->npages) { in __snd_dma_sg_fallback_free()697 while (i < sgbuf->count) { in __snd_dma_sg_fallback_free()698 size = sgbuf->npages[i]; in __snd_dma_sg_fallback_free()701 do_free_pages(page_address(sgbuf->pages[i]), in __snd_dma_sg_fallback_free()706 kvfree(sgbuf->pages); in __snd_dma_sg_fallback_free()707 kvfree(sgbuf->npages); in __snd_dma_sg_fallback_free()708 kfree(sgbuf); in __snd_dma_sg_fallback_free()715 struct snd_dma_sg_fallback *sgbuf; in snd_dma_sg_fallback_alloc() local722 sgbuf = kzalloc_obj(*sgbuf); in snd_dma_sg_fallback_alloc()[all …]