tag | line | file | source code |
this_cpu | 197 | kernel/sched.c | static inline int goodness(struct task_struct * p, int this_cpu) |
this_cpu | 228 | kernel/sched.c | if (p->last_processor == this_cpu) |
this_cpu | 256 | kernel/sched.c | int this_cpu=smp_processor_id(); |
this_cpu | 313 | kernel/sched.c | int weight = goodness(p, this_cpu); |
this_cpu | 335 | kernel/sched.c | next->processor = this_cpu; |
this_cpu | 336 | kernel/sched.c | next->last_processor = this_cpu; |
this_cpu | 342 | kernel/sched.c | set_bit(this_cpu,&smp_idle_map); |
this_cpu | 344 | kernel/sched.c | clear_bit(this_cpu,&smp_idle_map); |