Searched refs:hibernate_cleaning_in_progress (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c263 extern boolean_t hibernate_cleaning_in_progress;
2915 if (hibernate_cleaning_in_progress == TRUE)
3658 if ( (hibernate_cleaning_in_progress == TRUE ||
5274 if (hibernate_cleaning_in_progress == FALSE && !m->dirty && (upl->flags & UPL_PAGEOUT)) {
H A Dvm_resident.c102 boolean_t hibernate_cleaning_in_progress = FALSE; variable
4576 hibernate_cleaning_in_progress = TRUE;
4767 hibernate_cleaning_in_progress = FALSE;

Completed in 93 milliseconds