MCPcopy 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
311int
312stop_cpus(cpuset_t map)
313{
314
315 return (generic_stop_cpus(map, IPI_STOP));
316}
317
318int
319stop_cpus_hard(cpuset_t map)

Callers 1

cpu_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected