Home
last modified time | relevance | path

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

/linux/mm/
H A Dinternal.h206 bool *any_writable, bool *any_young, bool *any_dirty) in folio_pte_batch() argument
214 if (any_writable) in folio_pte_batch()
215 *any_writable = false; in folio_pte_batch()
231 if (any_writable) in folio_pte_batch()
250 if (any_writable) in folio_pte_batch()
251 *any_writable |= writable; in folio_pte_batch()
H A Dmemory.c984 bool any_writable; in copy_present_ptes() local
1006 &any_writable, NULL, NULL); in copy_present_ptes()
1020 if (any_writable) in copy_present_ptes()