Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwait.c156 current->in_iowait = 1; in __io_cqring_wait_schedule()
161 current->in_iowait = 0; in __io_cqring_wait_schedule()
/linux/lib/
H A Dtest_lockup.c364 current->in_iowait = 1; in test_lockup()
369 current->in_iowait = 0; in test_lockup()
/linux/kernel/sched/
H A Dstats.c88 if (p->in_iowait) { in __update_stats_enqueue_sleeper()
H A Dcore.c3720 if (p->in_iowait) { in ttwu_do_activate()
4292 if (p->in_iowait) { in try_to_wake_up()
8076 int old_iowait = current->in_iowait; in io_schedule_prepare()
8078 current->in_iowait = 1; in io_schedule_prepare()
8085 current->in_iowait = token; in io_schedule_finish()
H A Dpsi.c968 if (prev->in_iowait) in psi_task_switch()
H A Dsched.h2983 if (p->in_iowait) { in __block_task()
H A Dfair.c7229 if (p->in_iowait) in enqueue_task_fair()
/linux/kernel/cgroup/
H A Dcgroup-v1.c760 if (tsk->in_iowait) in cgroupstats_build()
/linux/include/linux/
H A Dsched.h1010 unsigned in_iowait:1; member