Searched defs:force_flush (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmemory.c1122 int force_flush = 0; local
1184 force_flush = !__tlb_remove_page(tlb, page);
1185 if (force_flush)
1228 if (force_flush) {
1229 force_flush = 0;
H A Dvmalloc.c572 * If force_flush is 1, then flush kernel TLBs between *start and *end even
579 int sync, int force_flush)
588 * If sync is 0 but force_flush is 1, we'll go sync anyway but callers
592 if (!sync && !force_flush) {
619 if (nr || force_flush)
578 __purge_vmap_area_lazy(unsigned long *start, unsigned long *end, int sync, int force_flush) argument

Completed in 18 milliseconds