Home
last modified time | relevance | path

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

/kernel/
Dtorture.c202 unsigned long starttime; in torture_offline() local
213 starttime = jiffies; in torture_offline()
235 delta = jiffies - starttime; in torture_offline()
264 unsigned long starttime; in torture_online() local
273 starttime = jiffies; in torture_online()
293 delta = jiffies - starttime; in torture_online()
Dasync.c310 ktime_t starttime; in async_synchronize_cookie_domain() local
313 starttime = ktime_get(); in async_synchronize_cookie_domain()
318 microseconds_since(starttime)); in async_synchronize_cookie_domain()
Dfork.c2270 p->vtime.starttime = 0; in copy_process()
/kernel/sched/
Dcputime.c678 if (clock < vtime->starttime) in vtime_delta()
681 return clock - vtime->starttime; in vtime_delta()
698 vtime->starttime += delta; in get_vtime_delta()
826 vtime->starttime = sched_clock(); in vtime_task_switch_generic()
839 vtime->starttime = sched_clock(); in vtime_init_idle()