Home
last modified time | relevance | path

Searched refs:vm_compressor_mode (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/osfmk/vm/ !
H A Dvm_pageout.h631 extern int vm_compressor_mode;
H A Dvm_fault.c296 vm_compressor_mode = vm_compressor_temp; in vm_fault_init()
308 vm_compressor_mode = VM_PAGER_COMPRESSOR_NO_SWAP; in vm_fault_init()
315 PE_get_default("kern.vm_compressor", &vm_compressor_mode, sizeof(vm_compressor_mode)); in vm_fault_init()
317 printf("\"vm_compressor_mode\" is %d\n", vm_compressor_mode); in vm_fault_init()
H A Dvm_page.h1404 extern int vm_compressor_mode;
H A Dvm_compressor.c152 int vm_compressor_mode = VM_PAGER_FREEZER_DEFAULT; variable
155 int vm_compressor_mode = VM_PAGER_NOT_CONFIGURED; variable
159 int vm_compressor_mode = VM_PAGER_COMPRESSOR_WITH_SWAP; variable
H A Dvm_compressor_backing_store.c513 if (vm_compressor_mode != VM_PAGER_COMPRESSOR_WITH_SWAP) { in vm_compaction_swapper_do_init()
H A Dvm_pageout.c4780 switch (vm_compressor_mode) { in vm_config_init()
4818 printf("unknown compressor mode - %x\n", vm_compressor_mode); in vm_config_init()
/xnu-8020.140.41/bsd/kern/ !
H A Dkern_sysctl.c3991 extern int vm_compressor_mode;
4099 SYSCTL_INT(_vm, OID_AUTO, compressor_mode, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_compressor_mode, 0, "");