Searched refs:force_flush (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/mm/
H A Dvmalloc.c594 * If force_flush is 1, then flush kernel TLBs between *start and *end even
601 int sync, int force_flush) __purge_vmap_area_lazy()
610 * If sync is 0 but force_flush is 1, we'll go sync anyway but callers __purge_vmap_area_lazy()
614 if (!sync && !force_flush) { __purge_vmap_area_lazy()
641 if (nr || force_flush) __purge_vmap_area_lazy()
600 __purge_vmap_area_lazy(unsigned long *start, unsigned long *end, int sync, int force_flush) __purge_vmap_area_lazy() argument
H A Dmemory.c1078 int force_flush = 0; zap_pte_range() local
1119 force_flush = 1; zap_pte_range()
1131 force_flush = 1; zap_pte_range()
1163 if (force_flush) zap_pte_range()
1173 if (force_flush) { zap_pte_range()
1174 force_flush = 0; zap_pte_range()
H A Dhugetlb.c2739 int force_flush = 0; __unmap_hugepage_range() local
2805 force_flush = !__tlb_remove_page(tlb, page); __unmap_hugepage_range()
2806 if (force_flush) { __unmap_hugepage_range()
2824 if (force_flush) { __unmap_hugepage_range()
2825 force_flush = 0; __unmap_hugepage_range()

Completed in 269 milliseconds