Lines Matching refs:nr
202 batch->nr = 0; in tlb_next_batch()
224 tlb->local.nr = 0; in tlb_gather_mmu()
253 free_pages_and_swap_cache(batch->pages, batch->nr); in tlb_flush_mmu_free()
254 batch->nr = 0; in tlb_flush_mmu_free()
298 batch->pages[batch->nr++] = page; in __tlb_remove_page()
299 if (batch->nr == batch->max) { in __tlb_remove_page()
304 VM_BUG_ON_PAGE(batch->nr > batch->max, page); in __tlb_remove_page()
306 return batch->max - batch->nr; in __tlb_remove_page()
342 for (i = 0; i < batch->nr; i++) in tlb_remove_table_rcu()
377 (*batch)->nr = 0; in tlb_remove_table()
379 (*batch)->tables[(*batch)->nr++] = table; in tlb_remove_table()
380 if ((*batch)->nr == MAX_TABLE_BATCH) in tlb_remove_table()