Searched refs:smp_started (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.3-release/sys/sparc64/include/
H A Dsmp.h147 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
162 if (__predict_false(atomic_load_acq_int(&smp_started) == 0 ||
174 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
188 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
205 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
222 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
239 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
264 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
289 if (__predict_false(atomic_load_acq_int(&smp_started) == 0))
/freebsd-10.3-release/sys/arm/arm/
H A Dmp_machdep.c197 atomic_store_rel_int(&smp_started, 1);
217 while (smp_started == 0) {
221 CTR0(KTR_SMP, "AP still wait for smp_started");
349 if (smp_started)
408 if (smp_started)
/freebsd-10.3-release/sys/dev/xen/control/
H A Dcontrol.c352 if (smp_started) {
379 if (smp_started) {
417 if (smp_started && !CPU_EMPTY(&cpu_suspend_map)) {
434 if (smp_started) {
/freebsd-10.3-release/sys/sys/
H A Dsmp.h85 extern volatile int smp_started;
143 * smp_started is initialized at the appropriate time.
/freebsd-10.3-release/sys/mips/mips/
H A Dmp_machdep.c319 atomic_store_rel_int(&smp_started, 1);
324 while (smp_started == 0)
354 while (smp_started == 0)
/freebsd-10.3-release/sys/kern/
H A Dsubr_smp.c72 volatile int smp_started; variable
173 if (!smp_started || cold || panicstr)
221 if (!smp_started)
327 if (!smp_started)
478 if (!smp_started) {
783 KASSERT((!smp_started),("smp_no_rendevous called and smp is started"));
843 active = smp_started;
H A Dkern_clocksource.c330 if ((et->et_flags & ET_FLAGS_PERCPU) == 0 && smp_started) {
494 if (!smp_started && cpu != CPU_FIRST())
520 if ((timer->et_flags & ET_FLAGS_PERCPU) == 0 || !smp_started) {
H A Dsched_4bsd.c1124 if (!smp_started || cold || panicstr)
1304 if (smp_started && (td->td_pinned != 0 || td->td_flags & TDF_BOUND ||
H A Dsched_ule.c870 if (smp_started == 0 || rebalance == 0)
979 if (smp_started == 0 || steal_idle == 0)
1216 if (smp_started == 0)
H A Dkern_cpu.c271 if (mp_ncpus > 1 && !smp_started) {
/freebsd-10.3-release/sys/i386/i386/
H A Dmp_machdep.c799 atomic_store_rel_int(&smp_started, 1);
805 while (smp_started == 0)
1290 if (smp_started)
1298 if (smp_started) {
1310 if (smp_started) {
1322 if (smp_started) {
1335 if (smp_started) {
1347 if (smp_started) {
1359 if (smp_started) {
1643 while (smp_started
[all...]
H A Dvm_machdep.c686 if (smp_started) {
/freebsd-10.3-release/sys/i386/xen/
H A Dmp_machdep.c648 atomic_store_rel_int(&smp_started, 1);
654 while (smp_started == 0)
1096 if (smp_started)
1104 if (smp_started) {
1113 if (smp_started) {
1122 if (smp_started) {
1131 if (smp_started) {
1140 if (smp_started) {
1149 if (smp_started) {
1304 while (smp_started
[all...]
/freebsd-10.3-release/sys/amd64/amd64/
H A Dmp_machdep.c774 atomic_store_rel_int(&smp_started, 1);
791 while (smp_started == 0)
1232 if (smp_started)
1240 if (smp_started) {
1252 if (smp_started) {
1264 if (smp_started) {
1277 if (smp_started) {
1289 if (smp_started) {
1302 if (smp_started) {
1701 while (smp_started
[all...]
H A Dvm_machdep.c601 if (smp_started) {
/freebsd-10.3-release/sys/ia64/ia64/
H A Dmp_machdep.c255 while (!smp_started)
479 smp_started = 1;
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Dmp_machdep.c271 smp_started = 1;
/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c605 printf("VMBUS: Calling smp_rendezvous, smp_started = %d\n",
606 smp_started);
/freebsd-10.3-release/sys/net/
H A Dflowtable.c842 if (smp_started == 1) {
850 if (smp_started == 1) {
/freebsd-10.3-release/sys/x86/x86/
H A Dlocal_apic.c493 if (smp_started)
523 KASSERT(mp_ncpus == 1 || smp_started, ("hwpmc unloaded too early"));
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dmp_machdep.c472 atomic_store_rel_int(&smp_started, 1);
/freebsd-10.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c1158 if (smp_started)
1227 if (smp_started)
/freebsd-10.3-release/sys/powerpc/booke/
H A Dpmap.c433 if (!smp_started)
459 if (!smp_started)
/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli.c485 while (!smp_started)
/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi.c2762 if (smp_started) {
2897 if (smp_started) {

Completed in 270 milliseconds

12