Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_lockup.c364 current->in_iowait = 1; in test_lockup()
369 current->in_iowait = 0; in test_lockup()
/openbmc/linux/kernel/sched/
H A Dstats.c87 if (p->in_iowait) { in __update_stats_enqueue_sleeper()
H A Dstats.h139 if (p->in_iowait) in psi_enqueue()
H A Dcore.c3785 if (p->in_iowait) { in ttwu_do_activate()
4336 if (p->in_iowait) { in try_to_wake_up()
6654 if (prev->in_iowait) { in __schedule()
9003 int old_iowait = current->in_iowait; in io_schedule_finish()
9005 current->in_iowait = 1;
9012 current->in_iowait = token; in io_schedule_timeout()
H A Dpsi.c966 if (prev->in_iowait) in psi_task_switch()
H A Dfair.c6756 if (p->in_iowait) in enqueue_task_fair()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c739 if (tsk->in_iowait) in cgroupstats_build()
/openbmc/linux/include/linux/
H A Dsched.h923 unsigned in_iowait:1; member
/openbmc/linux/io_uring/
H A Dio_uring.c2561 current->in_iowait = 1; in io_cqring_wait_schedule()
2567 current->in_iowait = 0; in io_cqring_wait_schedule()