Searched refs:mmu_table_batch (Results 1 – 2 of 2) sorted by relevance
148 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free()208 __tlb_remove_table_free(container_of(head, struct mmu_table_batch, rcu)); in tlb_remove_table_rcu()211 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()218 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()248 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()259 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()262 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
193 struct mmu_table_batch { struct202 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument298 struct mmu_table_batch *batch;
Completed in 5 milliseconds