Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dstats.h137 if (p->in_iowait) in psi_enqueue()
175 if (unlikely(p->in_iowait || p->in_memstall)) { in psi_ttwu_dequeue()
180 if (p->in_iowait) in psi_ttwu_dequeue()
Dstats.c87 if (p->in_iowait) { in __update_stats_enqueue_sleeper()
Dcore.c3659 if (p->in_iowait) { in ttwu_do_activate()
4179 if (p->in_iowait) { in try_to_wake_up()
6477 if (prev->in_iowait) { in __schedule()
8707 int old_iowait = current->in_iowait; in io_schedule_prepare()
8709 current->in_iowait = 1; in io_schedule_prepare()
8716 current->in_iowait = token; in io_schedule_finish()
Dpsi.c877 if (prev->in_iowait) in psi_task_switch()
Dfair.c5930 if (p->in_iowait) in enqueue_task_fair()
/Linux-v6.1/lib/
Dtest_lockup.c364 current->in_iowait = 1; in test_lockup()
369 current->in_iowait = 0; in test_lockup()
/Linux-v6.1/kernel/cgroup/
Dcgroup-v1.c740 if (tsk->in_iowait) in cgroupstats_build()
/Linux-v6.1/include/linux/
Dsched.h917 unsigned in_iowait:1; member