Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_newsysctl.c2467 extern uint32_t swapout_sleep_threshold;
2469 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RW | CTLFLAG_LOCKED, &swapout_sleep_thr…
2471 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RD | CTLFLAG_LOCKED, &swapout_sleep_thr…
/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1202 uint32_t swapout_sleep_threshold = 90; variable
1212 process_queue = process_queue && memorystatus_swap_over_trigger(swapout_sleep_threshold); in should_process_swapout_queue()