Home
last modified time | relevance | path

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

/xnu-8020.121.3/pexpert/gen/
H A Dpe_gen.c47 int debug_cpu_performance_degradation_factor = 1; variable
89 debug_cpu_performance_degradation_factor = factor; in pe_init_debug()
96 debug_cpu_performance_degradation_factor = 10; in pe_init_debug()
/xnu-8020.121.3/pexpert/pexpert/
H A Dpexpert.h205 extern int debug_cpu_performance_degradation_factor;
/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines_common.c832 …const uint64_t timeout_ns = ((timeout * debug_cpu_performance_degradation_factor) * timebase.numer… in __ml_trigger_interrupts_disabled_handle()
890 if ((now - start) > timeout * debug_cpu_performance_degradation_factor) { in __ml_handle_interrupts_disabled_duration()