Home
last modified time | relevance | path

Searched refs:cpus_runnable (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dsmp.c76 current->cpus_runnable = 1 << 1; in start_secondary()
146 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp_boot_cpus()
/linux-2.4.37.9/include/linux/
Dsched.h318 unsigned long cpus_runnable, cpus_allowed; member
487 cpus_runnable: ~0UL, \
565 #define task_has_cpu(tsk) ((tsk)->cpus_runnable != ~0UL)
570 tsk->cpus_runnable = 1UL << cpu; in task_set_cpu()
575 tsk->cpus_runnable = ~0UL; in task_release_cpu()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dsmp.c154 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp_boot_cpus()
/linux-2.4.37.9/kernel/
Dsched.c119 ((p)->cpus_runnable & (p)->cpus_allowed & (1UL << cpu))
875 if (!(p->cpus_runnable & p->cpus_allowed)) { in set_cpus_allowed()
885 while (!(p->cpus_runnable & p->cpus_allowed)) in set_cpus_allowed()
Dfork.c739 p->cpus_runnable = ~0UL; in do_fork()
/linux-2.4.37.9/arch/ppc/kernel/
Dsmp.c359 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp_boot_cpus()
/linux-2.4.37.9/arch/sparc/kernel/
Dsun4d_smp.c227 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp4d_boot_cpus()
Dsun4m_smp.c201 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp4m_boot_cpus()
/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c576 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */ in do_boot_cpu()
/linux-2.4.37.9/arch/s390/kernel/
Dsmp.c595 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */ in do_boot_cpu()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsmp.c717 p->cpus_runnable = 1 << i; /* we schedule the first task manually */ in smp_boot_cpus()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsmpboot.c544 idle->cpus_runnable = 1<<cpu; in do_boot_cpu()
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c795 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */ in do_boot_cpu()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c519 idle->cpus_runnable = 1 << cpu; /* we schedule the first task manually */ in allowboot()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsmp.c380 p->cpus_runnable = 1UL << i; /* we schedule the first task manually */ in smp_boot_cpus()
/linux-2.4.37.9/arch/alpha/kernel/
Dsmp.c453 idle->cpus_runnable = 1 << cpuid; /* we schedule the first task manually */ in smp_boot_one_cpu()