Searched refs:current_thread_can_keep_running (Results 1 – 1 of 1) sorted by relevance
2807 …bool current_thread_can_keep_running = (still_running && !needs_smt_rebalance && !affinity_mismatc… in thread_select() local2808 if (current_thread_can_keep_running) { in thread_select()3009 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()3104 if ((idle_reason == 0) && current_thread_can_keep_running) { in thread_select()