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

/linux-master/lib/
H A Dtest_lockup.c364 current->in_iowait = 1;
369 current->in_iowait = 0;
/linux-master/kernel/sched/
H A Dstats.c87 if (p->in_iowait) {
H A Dstats.h135 if (p->in_iowait)
H A Dcore.c3788 if (p->in_iowait) {
4365 if (p->in_iowait) {
6694 if (prev->in_iowait) {
9010 int old_iowait = current->in_iowait;
9012 current->in_iowait = 1;
9019 current->in_iowait = token;
H A Dpsi.c956 if (prev->in_iowait)
H A Dfair.c6732 * If in_iowait is set, the code below may not trigger any cpufreq
6736 if (p->in_iowait)
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c739 if (tsk->in_iowait)
/linux-master/include/linux/
H A Dsched.h927 unsigned in_iowait:1; member in struct:task_struct
/linux-master/io_uring/
H A Dio_uring.c2573 current->in_iowait = 1;
2579 current->in_iowait = 0;

Completed in 317 milliseconds