Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dtorture.c94 unsigned long starttime; in torture_offline() local
105 starttime = jiffies; in torture_offline()
127 delta = jiffies - starttime; in torture_offline()
154 unsigned long starttime; in torture_online() local
163 starttime = jiffies; in torture_online()
183 delta = jiffies - starttime; in torture_online()
Dasync.c328 ktime_t starttime, delta, endtime; in async_synchronize_cookie_domain() local
332 starttime = ktime_get(); in async_synchronize_cookie_domain()
339 delta = ktime_sub(endtime, starttime); in async_synchronize_cookie_domain()
Dfork.c2082 p->vtime.starttime = 0; in copy_process()
/kernel/sched/
Dcputime.c656 if (clock < vtime->starttime) in vtime_delta()
659 return clock - vtime->starttime; in vtime_delta()
676 vtime->starttime += delta; in get_vtime_delta()
804 vtime->starttime = sched_clock(); in vtime_task_switch_generic()
817 vtime->starttime = sched_clock(); in vtime_init_idle()