Home
last modified time | relevance | path

Searched refs:started_cpus (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c270 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop()
273 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c159 while (!CPU_ISSET(cpu, &started_cpus)) in mips_ipi_handler()
162 CPU_CLR_ATOMIC(cpu, &started_cpus); in mips_ipi_handler()
/f-stack/freebsd/sys/
H A Dsmp.h159 extern volatile cpuset_t started_cpus; /* cpus to let out of stop pen */
/f-stack/freebsd/kern/
H A Dsubr_smp.c59 volatile cpuset_t started_cpus; variable
373 CPU_COPY_STORE_REL(&map, &started_cpus); in generic_restart_cpus()
411 CPU_COPY_STORE_REL(&map, &started_cpus); in generic_restart_cpus()
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c425 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop()
432 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1487 while (!CPU_ISSET(cpu, &started_cpus)) { in cpustop_handler()
1514 CPU_CLR_ATOMIC(cpu, &started_cpus); in cpustop_handler_post()
H A Dcpu_machdep.c452 CPU_SETOF(0, &started_cpus); in cpu_reset()