Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dmmu_gather.c135 struct mmu_table_batch *batch; in tlb_remove_table_rcu()
138 batch = container_of(head, struct mmu_table_batch, rcu); in tlb_remove_table_rcu()
148 struct mmu_table_batch **batch = &tlb->batch; in tlb_table_flush()
159 struct mmu_table_batch **batch = &tlb->batch; in tlb_remove_table()
162 *batch = (struct mmu_table_batch *)__get_free_page(GFP_NOWAIT | __GFP_NOWARN); in tlb_remove_table()
/Linux-v5.4/include/asm-generic/
Dtlb.h181 struct mmu_table_batch { struct
188 ((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *)) argument
231 struct mmu_table_batch *batch;