Searched refs:force_flush (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | mremap.c | 207 bool force_flush = false; in move_ptes() local 289 force_flush = true; in move_ptes() 309 if (force_flush) in move_ptes()
|
| H A D | memory.c | 1637 bool *force_flush, bool *force_break, bool *any_skipped) in zap_present_folio_ptes() argument 1648 *force_flush = true; in zap_present_folio_ptes() 1673 *force_flush = true; in zap_present_folio_ptes() 1687 struct zap_details *details, int *rss, bool *force_flush, in zap_present_ptes() argument 1721 addr, details, rss, force_flush, in zap_present_ptes() 1726 details, rss, force_flush, force_break, any_skipped); in zap_present_ptes() 1805 bool *force_flush, bool *force_break, in do_zap_pte_range() argument 1828 details, rss, force_flush, force_break, in do_zap_pte_range() 1901 bool force_flush = false, force_break = false; in zap_pte_range() local 1930 &force_flush, &force_break, &any_skipped); in zap_pte_range() [all …]
|
| H A D | huge_memory.c | 2470 bool force_flush = false; in move_huge_pmd() local 2493 force_flush = true; in move_huge_pmd() 2505 if (force_flush) in move_huge_pmd()
|