Searched refs:max_loop_count (Results 1 – 1 of 1) sorted by relevance
2632 int max_loop_count[MAX_SCHED_CPUS] = { 0 }; variable2689 if (loop_count > max_loop_count[processor->cpu_id]) { in thread_select()2690 max_loop_count[processor->cpu_id] = loop_count; in thread_select()