Searched defs:KMA_COMPRESSOR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_kern.h93 #define KMA_COMPRESSOR 0x400 /* Pages belonging to the compressor are not on the paging queues, nor are they counted as wired. */ macro
H A Dvm_compressor.c779 kernel_memory_depopulate(kernel_map, (vm_offset_t) c_buffer, pages_populated * PAGE_SIZE, KMA_COMPRESSOR); local
1048 KMA_COMPRESSOR); local
2141 KMA_COMPRESSOR); local
2310 KMA_COMPRESSOR); local
2555 kernel_memory_depopulate(kernel_map, (vm_offset_t) c_seg->c_store.c_buffer, pages_populated * PAGE_SIZE, KMA_COMPRESSOR); local
[all...]

Completed in 77 milliseconds