Searched refs:started_cpus (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 270 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 D | mp_machdep.c | 159 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 D | smp.h | 159 extern volatile cpuset_t started_cpus; /* cpus to let out of stop pen */
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 59 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 D | mp_machdep.c | 425 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 D | mp_x86.c | 1487 while (!CPU_ISSET(cpu, &started_cpus)) { in cpustop_handler() 1514 CPU_CLR_ATOMIC(cpu, &started_cpus); in cpustop_handler_post()
|
| H A D | cpu_machdep.c | 452 CPU_SETOF(0, &started_cpus); in cpu_reset()
|