tag | line | file | source code |
---|---|---|---|
this_cpu | 193 | kernel/sched.c | static inline int goodness(struct task_struct * p, int this_cpu) |
this_cpu | 224 | kernel/sched.c | if (p->last_processor == this_cpu) |
this_cpu | 252 | kernel/sched.c | int this_cpu=smp_processor_id(); |
this_cpu | 304 | kernel/sched.c | int weight = goodness(p, this_cpu); |
this_cpu | 326 | kernel/sched.c | next->processor = this_cpu; |
this_cpu | 327 | kernel/sched.c | next->last_processor = this_cpu; |