Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c840 if (q->pgo_throttled == TRUE) {
841 q->pgo_throttled = FALSE;
864 if (q->pgo_throttled == TRUE) {
865 q->pgo_throttled = FALSE;
2460 iq->pgo_throttled = TRUE;
2479 iq->pgo_throttled = FALSE;
H A Dvm_resident.c7374 tq->pgo_throttled = TRUE; in hibernate_flush_queue()