Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ restart_cpus
Function
restart_cpus
freebsd/kern/subr_smp.c:420–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
}
419
420
int
421
restart_cpus(cpuset_t map)
422
{
423
424
return (generic_restart_cpus(map, IPI_STOP));
425
}
426
427
#if X86
428
int
Callers
1
kdb_trap
Function · 0.85
Calls
1
generic_restart_cpus
Function · 0.85
Tested by
no test coverage detected