Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dinternal.h205 bool *any_writable, bool *any_young, bool *any_dirty) in folio_pte_batch() argument
213 if (any_writable) in folio_pte_batch()
214 *any_writable = false; in folio_pte_batch()
230 if (any_writable) in folio_pte_batch()
249 if (any_writable) in folio_pte_batch()
250 *any_writable |= writable; in folio_pte_batch()
Dmemory.c986 bool any_writable; in copy_present_ptes() local
1008 &any_writable, NULL, NULL); in copy_present_ptes()
1022 if (any_writable) in copy_present_ptes()