Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ stop_cpus
Function
stop_cpus
freebsd/kern/subr_smp.c:311–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
int
312
stop_cpus(cpuset_t map)
313
{
314
315
return (generic_stop_cpus(map, IPI_STOP));
316
}
317
318
int
319
stop_cpus_hard(cpuset_t map)
Callers
1
cpu_reset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected