MCPcopy Create free account
hub / github.com/F-Stack/f-stack / DELAY

Function DELAY

freebsd/x86/x86/delay.c:112–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void
113DELAY(int n)
114{
115
116 TSENTER();
117 if (delay_tc(n)) {
118 TSEXIT();
119 return;
120 }
121
122 init_ops.early_delay(n);
123 TSEXIT();
124}
125
126void
127cpu_lock_delay(void)

Callers 15

probe_tsc_freqFunction · 0.70
ipi_startupFunction · 0.70
ap_watchdogFunction · 0.70
ioapic_assign_cpuFunction · 0.70
cpu_est_clockrateFunction · 0.70
cpu_reset_realFunction · 0.70
cpu_reset_proxyFunction · 0.70
cpu_resetFunction · 0.70
i8254_delayFunction · 0.50
start_xen_apFunction · 0.50
acpi_wakeup_apFunction · 0.50

Calls 1

delay_tcFunction · 0.85

Tested by

no test coverage detected