Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_newsysctl.c2369 extern uint32_t swapout_sleep_threshold;
2371 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RW | CTLFLAG_LOCKED, &swapout_sleep_thr…
2373 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RD | CTLFLAG_LOCKED, &swapout_sleep_thr…
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c1169 uint32_t swapout_sleep_threshold = 90; variable
1179 process_queue = process_queue && memorystatus_swap_over_trigger(swapout_sleep_threshold); in should_process_swapout_queue()