Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/pexpert/pexpert/
H A Dpexpert.h219 extern int debug_cpu_performance_degradation_factor;
/xnu-11215.81.4/osfmk/arm/
H A Dmachine_routines_common.c864 …const uint64_t timeout_ns = ((timeout * debug_cpu_performance_degradation_factor) * timebase.numer… in __ml_trigger_interrupts_disabled_handle()
928 ((now - start) > timeout * debug_cpu_performance_degradation_factor) && in __ml_handle_interrupts_disabled_duration()
/xnu-11215.81.4/osfmk/kern/
H A Dprocessor.c857 debug_cpu_performance_degradation_factor; in processor_wait_for_start()