Lines Matching refs:nr
35 batch->nr = 0; in tlb_next_batch()
48 for (batch = &tlb->local; batch && batch->nr; batch = batch->next) { in tlb_batch_pages_flush()
49 free_pages_and_swap_cache(batch->pages, batch->nr); in tlb_batch_pages_flush()
50 batch->nr = 0; in tlb_batch_pages_flush()
81 batch->pages[batch->nr++] = page; in __tlb_remove_page_size()
82 if (batch->nr == batch->max) { in __tlb_remove_page_size()
87 VM_BUG_ON_PAGE(batch->nr > batch->max, page); in __tlb_remove_page_size()
100 for (i = 0; i < batch->nr; i++) in __tlb_remove_table_free()
216 (*batch)->nr = 0; in tlb_remove_table()
219 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
220 if ((*batch)->nr == MAX_TABLE_BATCH) in tlb_remove_table()
273 tlb->local.nr = 0; in tlb_gather_mmu()