kern_runq.c | 570 struct cpu_info *ci, *curci, *tci; local in function:sched_takecpu 610 tci = ci; 612 if (cpu_is_type(tci, flags) && sched_migratable(l, tci)) { 613 return tci; 615 tci = tci->ci_sibling[CPUREL_CORE]; 616 } while (tci != ci); 632 tci = curci; 634 if (cpu_is_type(tci, flags) && sched_migratable(l, tci)) 818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci; local in function:sched_idle 910 struct cpu_info *ci, *tci; local in function:sched_preempted 1187 struct cpu_info *ci, *tci; local in function:sched_print_runqueue [all...] |