Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_pageout_xnu.h304 boolean_t vm_restricted_to_single_processor; member
H A Dvm_pageout.c2499 vm_pageout_state.vm_restricted_to_single_processor == FALSE) {
4842 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) {
5268 int vm_restricted_to_single_processor = 0; local
5270 …("vm_restricted_to_single_processor", &vm_restricted_to_single_processor, sizeof(vm_restricted_to_…
5271 …kprintf("Overriding vm_restricted_to_single_processor to %d\n", vm_restricted_to_single_processor);
5272 …vm_pageout_state.vm_restricted_to_single_processor = (vm_restricted_to_single_processor ? TRUE : F…
5293 vm_pageout_state.vm_restricted_to_single_processor = TRUE;
5295 vm_pageout_state.vm_restricted_to_single_processor = FALSE;
5407 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE &&
H A Dvm_compressor.c2921 if (vm_pageout_state.vm_restricted_to_single_processor == FALSE) { in vm_run_compactor()
3691 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in vm_compressor_swap_trigger_thread()
/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus.c2222 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in memorystatus_init()
4698 if (vm_pageout_state.vm_restricted_to_single_processor == TRUE) { in memorystatus_thread_init()