Searched refs:smp_commenced (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c54 static atomic_t smp_commenced = ATOMIC_INIT(0); variable
152 if (!cpus || !atomic_read(&smp_commenced))
437 if (atomic_read(&smp_commenced) != 0) {
453 if (atomic_read(&smp_commenced) != 0) {
503 while (!atomic_read(&smp_commenced))
589 atomic_set(&smp_commenced,1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c54 static atomic_t smp_commenced = ATOMIC_INIT(0); variable
152 if (!cpus || !atomic_read(&smp_commenced))
423 if (atomic_read(&smp_commenced) != 0) {
439 if (atomic_read(&smp_commenced) != 0) {
489 while (!atomic_read(&smp_commenced))
575 atomic_set(&smp_commenced,1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsmp.c45 atomic_t smp_commenced = ATOMIC_INIT(0); variable
107 while (!atomic_read(&smp_commenced));
115 atomic_set(&smp_commenced, 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsmp.c45 atomic_t smp_commenced = ATOMIC_INIT(0); variable
111 while (!atomic_read(&smp_commenced));
119 atomic_set(&smp_commenced, 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c42 volatile int smp_commenced; variable
477 smp_commenced = 1;
518 while(!smp_commenced)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmpboot.c302 static volatile atomic_t smp_commenced = ATOMIC_INIT(0); variable
313 atomic_set(&smp_commenced,1);
386 while (!atomic_read(&smp_commenced))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsmp.c78 volatile int smp_commenced = 0; variable
102 smp_commenced = 1;
H A Dsun4d_smp.c63 extern volatile int smp_commenced;
151 while(!smp_commenced)
H A Dsun4m_smp.c59 extern volatile int smp_commenced;
126 while(!smp_commenced)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c63 static volatile int smp_commenced = 0; /* Set when the idlers are all forked */ variable
478 while (!smp_commenced) ;
557 * wait for smp_commenced to be 1.
670 smp_commenced = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c65 volatile int smp_commenced = 0; variable
734 smp_commenced = 1;
751 while(!smp_commenced) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmpboot.c169 static atomic_t smp_commenced = ATOMIC_INIT(0); variable
179 atomic_set(&smp_commenced,1);
434 while (!atomic_read(&smp_commenced))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmpboot.c175 static atomic_t smp_commenced = ATOMIC_INIT(0); variable
185 atomic_set(&smp_commenced,1);
466 while (!atomic_read(&smp_commenced))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c407 extern atomic_t smp_commenced;
421 while (!atomic_read(&smp_commenced));

Completed in 119 milliseconds