Home
last modified time | relevance | path

Searched refs:pgo_throttled (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_pageout_xnu.h118 pgo_throttled:1, /* vm_pageout_scan thread needs a wakeup when pgo_laundry drops */ member
H A Dvm_pageout.c830 if (q->pgo_throttled == TRUE) {
831 q->pgo_throttled = FALSE;
854 if (q->pgo_throttled == TRUE) {
855 q->pgo_throttled = FALSE;
2457 iq->pgo_throttled = TRUE;
2476 iq->pgo_throttled = FALSE;
H A Dvm_resident.c7396 tq->pgo_throttled = TRUE; in hibernate_flush_queue()