Searched refs:task_is_runnable (Results 1 – 5 of 5) sorted by relevance
446 while (task_is_runnable(task)) {469 while (task_is_runnable(task) && task->scx.slice > 0) {
1492 while (task_is_runnable(p)) { in trace_selftest_startup_wakeup()
2301 static inline bool task_is_runnable(struct task_struct *p) in task_is_runnable() function
6415 if (task_is_runnable(current) && vcpu->wants_to_run) { in kvm_get_running_vcpu()
10175 if (!sched_in && task_is_runnable(task)) { in perf_event_switch()