Searched refs:vm_compressor_mode (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_compressor_internal.h | 45 extern int vm_compressor_mode;
|
| H A D | vm_pageout.h | 210 extern int vm_compressor_mode;
|
| H A D | analytics.c | 158 if (vm_compressor_mode == VM_PAGER_NOT_CONFIGURED) { in report_compressor_age()
|
| H A D | vm_page.h | 1601 extern int vm_compressor_mode;
|
| H A D | vm_fault.c | 334 vm_compressor_mode = vm_compressor_temp; in vm_fault_init() 346 vm_compressor_mode = VM_PAGER_COMPRESSOR_NO_SWAP; in vm_fault_init() 353 PE_get_default("kern.vm_compressor", &vm_compressor_mode, sizeof(vm_compressor_mode)); in vm_fault_init() 355 printf("\"vm_compressor_mode\" is %d\n", vm_compressor_mode); in vm_fault_init()
|
| H A D | vm_compressor.c | 168 int vm_compressor_mode = VM_PAGER_FREEZER_DEFAULT; variable 171 int vm_compressor_mode = VM_PAGER_NOT_CONFIGURED; variable 175 int vm_compressor_mode = VM_PAGER_COMPRESSOR_WITH_SWAP; variable
|
| H A D | vm_compressor_backing_store.c | 578 if (vm_compressor_mode != VM_PAGER_COMPRESSOR_WITH_SWAP) { in vm_compaction_swapper_do_init()
|
| H A D | vm_pageout.c | 5313 switch (vm_compressor_mode) { 5351 printf("unknown compressor mode - %x\n", vm_compressor_mode);
|
| /xnu-12377.81.4/bsd/vm/ |
| H A D | vm_unix.c | 4057 SYSCTL_INT(_vm_compressor, OID_AUTO, mode, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_compressor_mode, 0, "");
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_sysctl.c | 4539 extern int vm_compressor_mode;
|