Home
last modified time | relevance | path

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

/xnu-12377.81.4/doc/vm/
H A Dmemorystatus_kills.md61 …mber of old segments (older than 48 hours) in the compressor pool is above our limit and the compr…
90compressor has detected that we've exceeded a specific number of compressions and decompressions i…
96 The compressor is at or near either the segment or compressed pages limit.
98 …ing jetsam priority order until the space shortage is relieved. If the compressor hits one of thes…
H A Dpageout_scan.md48 unresponsive because of constant pageout/compressor activity
51 exhaustion of the compressor pool and increased memory pressure from the
76 - We have been holding for quite some time. The compressor/compactor
118 - If the compressor queues are full ("throttled"):
186 Place it on the relevant pageout queue (i.e. compressor for anonymous and external
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-12377.81.4/bsd/net/
H A Dppp_comp.h76 struct compressor { struct
/xnu-12377.81.4/doc/lifecycle/
H A Dstartup.md146 - `vm_compressor_set_size`: Reserve VA for the compressor submap
/xnu-12377.81.4/tests/
H A Dstackshot_accuracy.m452 /* Sleep to allow the compressor to finish compressing the child */
H A Dstackshot_tests.m1780 T_DECL(cseg_waitinfo, "test that threads stuck in the compressor report correct waitinfo", T_META_T…
2983 T_QUIET; T_ASSERT_GT(cseg_expected_threadid, UINT64_C(0), "compressor segment thread is present");
/xnu-12377.81.4/bsd/kern/
H A Ddecmpfs.c2289 #pragma mark --- Type1 compressor ---
/xnu-12377.81.4/bsd/vm/
H A Dvm_unix.c4055 SYSCTL_NODE(_vm, OID_AUTO, compressor, CTLFLAG_RD | CTLFLAG_LOCKED, 0, "VM Compressor");
/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor.c966 KMEM_RANGE_REGISTER_DYNAMIC(compressor, &compressor_range, ^() {