Searched refs:smp_started (Results 1 – 17 of 17) sorted by relevance
201 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()
325 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()
76 volatile int smp_started; variable199 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()
70 if (smp_started) mtx_lock(_amtx)72 #define UNLOCK_A64() if (smp_started) mtx_unlock(_amtx)
331 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) {
258 MPASS(mp_ncpus == 1 || smp_started); in cf_set_method()267 if (mp_ncpus > 1 && !smp_started) { in cf_set_method()
991 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()
1144 if (!smp_started || KERNEL_PANICKED()) in forward_wakeup()1326 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND || in sched_add()
172 extern volatile int smp_started;
185 if (smp_started) { in release_aps()282 atomic_store_rel_int(&smp_started, 1); in init_secondary()
406 MPASS(mp_ncpus == 1 || smp_started);612 MPASS(mp_ncpus == 1 || smp_started);
1062 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()
921 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()
436 if (smp_started) { in cpu_reset()
144 volatile int smp_started; variable209 active = smp_started; in sysctl_kern_smp_active()
511 if (kdb_active || KERNEL_PANICKED() || !smp_started) { in smp_targeted_tlb_shootdown()
669 if (kdb_active || KERNEL_PANICKED() || !smp_started) in smp_targeted_tlb_shootdown()