Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dstats.h78 if (p->in_iowait) in psi_enqueue()
116 if (unlikely(p->in_iowait || p->in_memstall)) { in psi_ttwu_dequeue()
121 if (p->in_iowait) in psi_ttwu_dequeue()
Dcore.c3572 if (p->in_iowait) { in ttwu_do_activate()
4084 if (p->in_iowait) { in try_to_wake_up()
6243 if (prev->in_iowait) { in __schedule()
8354 int old_iowait = current->in_iowait; in io_schedule_prepare()
8356 current->in_iowait = 1; in io_schedule_prepare()
8364 current->in_iowait = token; in io_schedule_finish()
Dpsi.c863 if (prev->in_iowait) in psi_task_switch()
Dfair.c969 if (tsk->in_iowait) { in update_stats_enqueue_sleeper()
5613 if (p->in_iowait) in enqueue_task_fair()
/Linux-v5.15/lib/
Dtest_lockup.c364 current->in_iowait = 1; in test_lockup()
369 current->in_iowait = 0; in test_lockup()
/Linux-v5.15/kernel/cgroup/
Dcgroup-v1.c736 if (tsk->in_iowait) in cgroupstats_build()
/Linux-v5.15/include/linux/
Dsched.h907 unsigned in_iowait:1; member