taglinefilesource code
this_cpu193kernel/sched.cstatic inline int goodness(struct task_struct * p, int this_cpu)
this_cpu224kernel/sched.cif (p->last_processor == this_cpu)
this_cpu252kernel/sched.cint this_cpu=smp_processor_id();
this_cpu304kernel/sched.cint weight = goodness(p, this_cpu);
this_cpu326kernel/sched.cnext->processor = this_cpu;
this_cpu327kernel/sched.cnext->last_processor = this_cpu;