Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout_xnu.h512 uint64_t thrashing_detected; member
H A Dvm_pageout.c1947 tmp64 = vmcs_stats.thrashing_detected;
1948 …vm_pageout_stat_now].cswap_thrashing_detected = (unsigned int)(tmp - last_vmcs.thrashing_detected);
1949 last_vmcs.thrashing_detected = tmp64;
H A Dvm_compressor.c2793 vmcs_stats.thrashing_detected++; in compressor_needs_to_swap()
/xnu-12377.81.4/bsd/kern/
H A Dkern_sysctl.c4703 …apper_swapout_thrashing_detected, CTLFLAG_RD | CTLFLAG_LOCKED, &vmcs_stats.thrashing_detected, "");