Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
void
113
DELAY(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
126
void
127
cpu_lock_delay(void)
Callers
15
probe_tsc_freq
Function · 0.70
ipi_startup
Function · 0.70
ap_watchdog
Function · 0.70
lapic_calibrate_initcount
Function · 0.70
ioapic_assign_cpu
Function · 0.70
cpu_est_clockrate
Function · 0.70
cpu_reset_real
Function · 0.70
cpu_reset_proxy
Function · 0.70
cpu_reset
Function · 0.70
i8254_delay
Function · 0.50
start_xen_ap
Function · 0.50
acpi_wakeup_ap
Function · 0.50
Calls
1
delay_tc
Function · 0.85
Tested by
no test coverage detected