Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dhung_task.c111 t->last_switch_time = jiffies; in check_hung_task()
114 if (time_is_after_jiffies(t->last_switch_time + timeout * HZ)) in check_hung_task()
133 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
H A Dfork.c1716 tsk->last_switch_time = 0; in copy_mm()
/openbmc/linux/include/linux/
H A Dsched.h1088 unsigned long last_switch_time; member