Home
last modified time | relevance | path

Searched refs:mmu_table_batch (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmmu_gather.c222 static void __tlb_remove_table_free(struct mmu_table_batch *batch) in __tlb_remove_table_free()
282 __tlb_remove_table_free(container_of(head, struct mmu_table_batch, rcu)); in tlb_remove_table_rcu()
285 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
292 static void tlb_remove_table_free(struct mmu_table_batch *batch) in tlb_remove_table_free()
322 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
333 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
336 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
/linux/include/asm-generic/
H A Dtlb.h199 struct mmu_table_batch { struct
208 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
305 struct mmu_table_batch *batch;