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.h135 if (p->in_iowait) in psi_enqueue()
H A Dcore.c3786 if (p->in_iowait) { in ttwu_do_activate()
4337 if (p->in_iowait) { in try_to_wake_up()
6654 if (prev->in_iowait) { in __schedule()
8993 int old_iowait = current->in_iowait; in io_schedule_prepare()
8995 current->in_iowait = 1; in io_schedule_prepare()
9002 current->in_iowait = token; in io_schedule_finish()
H A Dpsi.c967 if (prev->in_iowait) in psi_task_switch()
H A Dfair.c6645 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.h917 unsigned in_iowait:1; member
/openbmc/linux/io_uring/
H A Dio_uring.c2530 current->in_iowait = 1; in io_cqring_wait_schedule()
2536 current->in_iowait = 0; in io_cqring_wait_schedule()