Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2782 if (p->in_iowait) { in ttwu_do_activate()
3299 if (p->in_iowait) { in try_to_wake_up()
4923 if (prev->in_iowait) { in __schedule()
6848 int old_iowait = current->in_iowait; in io_schedule_prepare()
6850 current->in_iowait = 1; in io_schedule_prepare()
6858 current->in_iowait = token; in io_schedule_finish()
H A Dfair.c1031 if (tsk->in_iowait) { in update_stats_enqueue_sleeper()
5808 * If in_iowait is set, the code below may not trigger any cpufreq in enqueue_task_fair()
5812 if (p->in_iowait) { in enqueue_task_fair()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h935 unsigned in_iowait : 1; member

Completed in 31 milliseconds