Home
last modified time | relevance | path

Searched refs:smp_started (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c201 atomic_store_rel_int(&smp_started, 1); in init_secondary()
207 while (smp_started == 0) { in init_secondary()
343 if (smp_started) in release_aps()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c325 atomic_store_rel_int(&smp_started, 1); in smp_init_secondary()
330 while (smp_started == 0) in smp_init_secondary()
370 while (smp_started == 0) in release_aps()
/f-stack/freebsd/kern/
H A Dsubr_smp.c76 volatile int smp_started; variable
199 if (!smp_started || cold || KERNEL_PANICKED()) in forward_signal()
251 if (!smp_started) in generic_stop_cpus()
359 if (!smp_started) in generic_restart_cpus()
403 if (!smp_started) in generic_restart_cpus()
555 if (!smp_started) { in smp_rendezvous_cpus()
884 KASSERT((!smp_started),("smp_no_rendezvous called and smp is started")); in smp_no_rendezvous_barrier()
901 if (!smp_started) { in smp_rendezvous_cpus_retry()
1060 active = smp_started; in sysctl_kern_smp_active()
H A Dsubr_atomic64.c70 if (smp_started) mtx_lock(_amtx)
72 #define UNLOCK_A64() if (smp_started) mtx_unlock(_amtx)
H A Dkern_clocksource.c331 MPASS(mp_ncpus == 1 || smp_started);
338 if ((et->et_flags & ET_FLAGS_PERCPU) == 0 && smp_started) {
501 MPASS(mp_ncpus == 1 || smp_started);
507 if (!smp_started && cpu != CPU_FIRST())
538 if ((timer->et_flags & ET_FLAGS_PERCPU) == 0 || !smp_started) {
H A Dkern_cpu.c258 MPASS(mp_ncpus == 1 || smp_started); in cf_set_method()
267 if (mp_ncpus > 1 && !smp_started) { in cf_set_method()
H A Dsched_ule.c991 if (smp_started == 0 || steal_idle == 0 || tdq->tdq_cg == NULL) in tdq_idled()
1254 if (smp_started == 0) in sched_pickcpu()
1926 if (smp_started == 0 || trysteal_limit == 0 || tdq->tdq_cg == NULL) in tdq_trysteal()
2414 if (balance_tdq == tdq && smp_started != 0 && rebalance != 0 && in sched_clock()
H A Dsched_4bsd.c1144 if (!smp_started || KERNEL_PANICKED()) in forward_wakeup()
1326 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND || in sched_add()
/f-stack/freebsd/sys/
H A Dsmp.h172 extern volatile int smp_started;
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c185 if (smp_started) { in release_aps()
282 atomic_store_rel_int(&smp_started, 1); in init_secondary()
/f-stack/freebsd/x86/x86/
H A Dintr_machdep.c406 MPASS(mp_ncpus == 1 || smp_started);
612 MPASS(mp_ncpus == 1 || smp_started);
H A Dmp_x86.c1062 atomic_store_rel_int(&smp_started, 1); in init_secondary_tail()
1081 while (atomic_load_acq_int(&smp_started) == 0) in init_secondary_tail()
1644 while (smp_started == 0) in release_aps()
H A Dlocal_apic.c921 MPASS(mp_ncpus == 1 || smp_started); in native_lapic_enable_pmc()
930 if (smp_started) in native_lapic_enable_pmc()
961 KASSERT(mp_ncpus == 1 || smp_started, ("hwpmc unloaded too early")); in native_lapic_disable_pmc()
H A Dcpu_machdep.c436 if (smp_started) { in cpu_reset()
/f-stack/lib/
H A Dff_glue.c144 volatile int smp_started; variable
209 active = smp_started; in sysctl_kern_smp_active()
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c511 if (kdb_active || KERNEL_PANICKED() || !smp_started) { in smp_targeted_tlb_shootdown()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c669 if (kdb_active || KERNEL_PANICKED() || !smp_started) in smp_targeted_tlb_shootdown()