Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.h89 struct list_head contig_list; /* contig buffer attach to this node */ member
H A Drk-dma-heap.c424 INIT_LIST_HEAD(&heap->contig_list); in rk_dma_heap_add()
542 list_for_each_entry(buf, &heap->contig_list, node) { in rk_dma_heap_dump_contig()
H A Drk-cma-heap.c332 list_for_each_entry(buf, &heap->contig_list, node) { in rk_cma_heap_remove_contig_list()
374 list_add_tail(&buf->node, &heap->contig_list); in rk_cma_heap_add_contig_list()