Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dstats.h127 if (p->in_iowait) in psi_enqueue()
165 if (unlikely(p->in_iowait || p->in_memstall)) { in psi_ttwu_dequeue()
170 if (p->in_iowait) in psi_ttwu_dequeue()
A Dstats.c88 if (p->in_iowait) { in __update_stats_enqueue_sleeper()
A Dcore.c3595 if (p->in_iowait) { in ttwu_do_activate()
4106 if (p->in_iowait) { in try_to_wake_up()
6209 if (prev->in_iowait) { in __schedule()
8335 int old_iowait = current->in_iowait; in io_schedule_prepare()
8337 current->in_iowait = 1; in io_schedule_prepare()
8346 current->in_iowait = token; in io_schedule_finish()
A Dpsi.c863 if (prev->in_iowait) in psi_task_switch()
A Dfair.c5581 if (p->in_iowait) in enqueue_task_fair()
/linux/lib/
A Dtest_lockup.c364 current->in_iowait = 1; in test_lockup()
369 current->in_iowait = 0; in test_lockup()
/linux/kernel/cgroup/
A Dcgroup-v1.c730 if (tsk->in_iowait) in cgroupstats_build()
/linux/include/linux/
A Dsched.h905 unsigned in_iowait:1; member

Completed in 48 milliseconds