Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_newsysctl.c2322 extern uint32_t swapout_sleep_threshold;
2324 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RW | CTLFLAG_LOCKED, &swapout_sleep_thr…
2326 SYSCTL_UINT(_vm, OID_AUTO, swapout_sleep_threshold, CTLFLAG_RD | CTLFLAG_LOCKED, &swapout_sleep_thr…
/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c1184 uint32_t swapout_sleep_threshold = 90; variable
1194 process_queue = process_queue && memorystatus_swap_over_trigger(swapout_sleep_threshold); in should_process_swapout_queue()