Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/gen/
H A Dpe_gen.c51 int debug_cpu_performance_degradation_factor = 1; variable
93 debug_cpu_performance_degradation_factor = factor; in pe_init_debug()
100 debug_cpu_performance_degradation_factor = 10; in pe_init_debug()
/xnu-12377.61.12/pexpert/pexpert/
H A Dpexpert.h219 extern int debug_cpu_performance_degradation_factor;
/xnu-12377.61.12/osfmk/arm/
H A Dmachine_routines_common.c976 >= timeout * debug_cpu_performance_degradation_factor)) { in __ml_handle_interrupts_disabled_duration()
/xnu-12377.61.12/osfmk/kern/
H A Dprocessor.c925 debug_cpu_performance_degradation_factor; in processor_wait_for_start()