Searched refs:VDMA_PAGE_EMPTY (Results 1 – 2 of 2) sorted by relevance
56 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_pgtbl_init()121 while (pgtbl[first].owner != VDMA_PAGE_EMPTY && in vdma_alloc()129 while (pgtbl[last].owner == VDMA_PAGE_EMPTY in vdma_alloc()198 pgtbl[i].owner = VDMA_PAGE_EMPTY; in vdma_free()
31 #define VDMA_PAGE_EMPTY 0xff000000 macro