Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/doc/vm/
H A Dmemorystatus_kills.md59 …mber of old segments (older than 48 hours) in the compressor pool is above our limit and the compr…
88compressor has detected that we've exceeded a specific number of compressions and decompressions i…
94 The compressor is at or near either the segment or compressed pages limit. See `vm_compressor_low_o…
96 If the compressor hits one of these limits while swapping in a segment, it will perform these kills…
H A Dmemorystatus_notify.md102 room by notifying processes, dropping caches, defragmenting the compressor pool,
107 When the compressor has exhausted its available space (VA or compressed-pages
H A Dfreezer.md19compressor for this app, so that we can write it out to storage. Note that these compressions and …
21 Once we have finished creating this contiguous compressor VA range, we put those segments on the sw…
H A Dmemorystatus.md13 - compressor space
/xnu-11215.81.4/bsd/net/
H A Dppp_comp.h76 struct compressor { struct
/xnu-11215.81.4/tests/
H A Dstackshot_accuracy.m452 /* Sleep to allow the compressor to finish compressing the child */
H A Dstackshot_tests.m1698 T_DECL(cseg_waitinfo, "test that threads stuck in the compressor report correct waitinfo", T_META_T…
2858 T_QUIET; T_ASSERT_GT(cseg_expected_threadid, UINT64_C(0), "compressor segment thread is present");
/xnu-11215.81.4/bsd/kern/
H A Ddecmpfs.c2289 #pragma mark --- Type1 compressor ---
/xnu-11215.81.4/osfmk/vm/
H A Dvm_compressor.c988 KMEM_RANGE_REGISTER_DYNAMIC(compressor, &compressor_range, ^() {