Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dvm_pageout.py189 throttled=("Y" if bool(pageout_queue.pgo_throttled) else "N"),
/xnu-11417.140.69/osfmk/vm/
H A Dvm_pageout_xnu.h119 pgo_throttled:1, /* vm_pageout_scan thread needs a wakeup when pgo_laundry drops */ member
H A Dvm_pageout.c826 if (q->pgo_throttled == TRUE) {
827 q->pgo_throttled = FALSE;
850 if (q->pgo_throttled == TRUE) {
851 q->pgo_throttled = FALSE;
2453 iq->pgo_throttled = TRUE;
2472 iq->pgo_throttled = FALSE;
H A Dvm_resident.c8124 tq->pgo_throttled = TRUE; in hibernate_flush_queue()