Home
last modified time | relevance | path

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

/mm/
Dmmu_gather.c48 for (batch = &tlb->local; batch && batch->nr; batch = batch->next) { in tlb_batch_pages_flush()
52 tlb->active = &tlb->local; in tlb_batch_pages_flush()
59 for (batch = tlb->local.next; batch; batch = next) { in tlb_batch_list_free()
63 tlb->local.next = NULL; in tlb_batch_list_free()
258 tlb->local.next = NULL; in __tlb_gather_mmu()
259 tlb->local.nr = 0; in __tlb_gather_mmu()
260 tlb->local.max = ARRAY_SIZE(tlb->__pages); in __tlb_gather_mmu()
261 tlb->active = &tlb->local; in __tlb_gather_mmu()
Dhugetlb_cgroup.c589 static int __hugetlb_events_show(struct seq_file *seq, bool local) in __hugetlb_events_show() argument
598 if (local) in __hugetlb_events_show()