Searched refs:tmc_pages (Results 1 – 3 of 3) sorted by relevance
140 tmc_pages_get_offset(struct tmc_pages *tmc_pages, dma_addr_t addr) in tmc_pages_get_offset() argument159 static void tmc_pages_free(struct tmc_pages *tmc_pages, in tmc_pages_free() argument166 if (tmc_pages->daddrs && tmc_pages->daddrs[i]) in tmc_pages_free()169 if (tmc_pages->pages && tmc_pages->pages[i]) in tmc_pages_free()173 kfree(tmc_pages->pages); in tmc_pages_free()175 tmc_pages->pages = NULL; in tmc_pages_free()188 static int tmc_pages_alloc(struct tmc_pages *tmc_pages, in tmc_pages_alloc() argument198 tmc_pages->daddrs = kcalloc(nr_pages, sizeof(*tmc_pages->daddrs), in tmc_pages_alloc()200 if (!tmc_pages->daddrs) in tmc_pages_alloc()202 tmc_pages->pages = kcalloc(nr_pages, sizeof(*tmc_pages->pages), in tmc_pages_alloc()[all …]
231 struct tmc_pages { struct253 struct tmc_pages table_pages; argument254 struct tmc_pages data_pages;
120 struct tmc_pages *table_pages = &catu_table->table_pages; in catu_get_table()
Completed in 10 milliseconds