Home
last modified time | relevance | path

Searched refs:vm_restricted_to_single_processor (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.c2146 vm_pageout_state.vm_restricted_to_single_processor == FALSE) { in vps_flow_control()
4355 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in vm_pageout_iothread_internal()
4738 int vm_restricted_to_single_processor = 0; in vm_set_restrictions() local
4740 …("vm_restricted_to_single_processor", &vm_restricted_to_single_processor, sizeof(vm_restricted_to_… in vm_set_restrictions()
4741 …kprintf("Overriding vm_restricted_to_single_processor to %d\n", vm_restricted_to_single_processor); in vm_set_restrictions()
4742 …vm_pageout_state.vm_restricted_to_single_processor = (vm_restricted_to_single_processor ? TRUE : F… in vm_set_restrictions()
4763 vm_pageout_state.vm_restricted_to_single_processor = TRUE; in vm_set_restrictions()
4765 vm_pageout_state.vm_restricted_to_single_processor = FALSE; in vm_set_restrictions()
4865 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in vm_pageout()
4894 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE && in vm_pageout()
H A Dvm_pageout.h672 boolean_t vm_restricted_to_single_processor; member
H A Dvm_compressor.c2495 if (vm_pageout_state.vm_restricted_to_single_processor == FALSE) { in vm_run_compactor()
2855 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in vm_compressor_swap_trigger_thread()
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c1611 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in memorystatus_init()
4095 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in memorystatus_thread()