Home
last modified time | relevance | path

Searched refs:last_switch_time (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/
Dhung_task.c106 t->last_switch_time = jiffies; in check_hung_task()
109 if (time_is_after_jiffies(t->last_switch_time + timeout * HZ)) in check_hung_task()
Dfork.c1304 tsk->last_switch_time = 0; in copy_mm()
/Linux-v4.19/include/linux/
Dsched.h857 unsigned long last_switch_time; member