Home
last modified time | relevance | path

Searched refs:in_iowait (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/sched/
Dcore.c2031 if (p->in_iowait) { in try_to_wake_up()
2044 if (p->in_iowait) { in try_to_wake_up()
2097 if (p->in_iowait) { in try_to_wake_up_local()
3426 if (prev->in_iowait) { in __schedule()
5105 int old_iowait = current->in_iowait; in io_schedule_prepare()
5107 current->in_iowait = 1; in io_schedule_prepare()
5115 current->in_iowait = token; in io_schedule_finish()
Dfair.c937 if (tsk->in_iowait) { in update_stats_enqueue_sleeper()
5097 if (p->in_iowait) in enqueue_task_fair()
/Linux-v4.19/include/linux/
Dsched.h720 unsigned in_iowait:1; member