MCPcopy 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
420int
421restart_cpus(cpuset_t map)
422{
423
424 return (generic_restart_cpus(map, IPI_STOP));
425}
426
427#if X86
428int

Callers 1

kdb_trapFunction · 0.85

Calls 1

generic_restart_cpusFunction · 0.85

Tested by

no test coverage detected