taglinefilesource code
this_cpu181kernel/sched.cstatic inline int goodness(struct task_struct * p, int this_cpu)
this_cpu204kernel/sched.cif (p->last_processor == this_cpu)
this_cpu232kernel/sched.cint this_cpu=smp_processor_id();
this_cpu279kernel/sched.cint weight = goodness(p, this_cpu);
this_cpu301kernel/sched.cnext->processor = this_cpu;
this_cpu302kernel/sched.cnext->last_processor = this_cpu;