Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-end-run-stats.sh28 starttime="${2-default_starttime}"
38 echo " --- Done at `date` (`get_starttime_duration $starttime`) exitcode $ret" | tee -a "$rundir/lo…
H A Djitter.sh28 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null`
61 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
H A Dkvm-again.sh63 starttime="`get_starttime`"
220 kvm-end-run-stats.sh "$rundir" "$starttime"
H A Dkvm-remote.sh26 starttime="`get_starttime`"
296 ( kvm-end-run-stats.sh "$oldrun" "$starttime"; echo $? > $T/exitcode ) | tee -a "$oldrun/remote-log"
H A Dkvm.sh61 starttime="`get_starttime`"
591 echo kvm-end-run-stats.sh "$resdir/$ds" "$starttime" >> $T/script
H A Dtorture.sh262 starttime="`get_starttime`"
742 echo Started at $startdate, ended at `date`, duration `get_starttime_duration $starttime`. | tee -a…
822 echo Total duration `get_starttime_duration $starttime`. | tee -a $T/log
/linux/arch/powerpc/include/asm/
H A Dcputime.h51 acct->starttime = tb; in account_cpu_user_entry()
59 acct->stime += (tb - acct->starttime); in account_cpu_user_exit()
H A Daccounting.h24 unsigned long starttime; /* TB value snapshot */ member
/linux/drivers/scsi/esas2r/
H A Desas2r_init.c938 u32 starttime; in esas2r_check_adapter() local
961 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
971 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter()
1003 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter()
1014 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1026 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1103 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter()
1115 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter()
1505 u32 starttime; in esas2r_power_down_notify_firmware() local
1509 starttime = jiffies_to_msecs(jiffies); in esas2r_power_down_notify_firmware()
[all …]
H A Desas2r_flash.c934 u32 starttime; in esas2r_flash_access() local
947 starttime = jiffies_to_msecs(jiffies); in esas2r_flash_access()
970 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_flash_access()
H A Desas2r_main.c1238 u32 starttime; in esas2r_wait_request() local
1241 starttime = jiffies_to_msecs(jiffies); in esas2r_wait_request()
1252 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_wait_request()
/linux/drivers/base/power/
H A Dmain.c465 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() argument
473 usecs64 = ktime_to_ns(ktime_sub(calltime, starttime)); in dpm_show_time()
813 ktime_t starttime = ktime_get(); in dpm_noirq_resume_devices() local
850 dpm_show_time(starttime, state, 0, "noirq"); in dpm_noirq_resume_devices()
960 ktime_t starttime = ktime_get(); in dpm_resume_early() local
997 dpm_show_time(starttime, state, 0, "early"); in dpm_resume_early()
1139 ktime_t starttime = ktime_get(); in dpm_resume() local
1176 dpm_show_time(starttime, state, 0, NULL); in dpm_resume()
1500 ktime_t starttime = ktime_get(); in dpm_noirq_suspend_devices() local
1558 dpm_show_time(starttime, state, error, "noirq"); in dpm_noirq_suspend_devices()
[all …]
/linux/kernel/
H A Dasync.c312 ktime_t starttime; in async_synchronize_cookie_domain() local
315 starttime = ktime_get(); in async_synchronize_cookie_domain()
320 microseconds_since(starttime)); in async_synchronize_cookie_domain()
H A Dtorture.c208 unsigned long starttime; in torture_offline() local
219 starttime = jiffies; in torture_offline()
241 delta = jiffies - starttime; in torture_offline()
270 unsigned long starttime; in torture_online() local
279 starttime = jiffies; in torture_online()
299 delta = jiffies - starttime; in torture_online()
H A Dfork.c2086 p->vtime.starttime = 0; in copy_process()
/linux/kernel/sched/
H A Dcputime.c651 if (clock < vtime->starttime) in vtime_delta()
654 return clock - vtime->starttime; in vtime_delta()
671 vtime->starttime += delta; in get_vtime_delta()
799 vtime->starttime = sched_clock(); in vtime_task_switch_generic()
812 vtime->starttime = sched_clock(); in vtime_init_idle()
/linux/arch/powerpc/kernel/
H A Dtime.c219 stime = now - acct->starttime; in vtime_delta()
220 acct->starttime = now; in vtime_delta()
376 acct->starttime = acct0->starttime; in vtime_task_switch()
/linux/init/
H A Dinit_task.c186 .vtime.starttime = 0,
/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c427 ust = scan_dispatch_log(acct->starttime); in pseries_accumulate_stolen_time()
/linux/drivers/s390/block/
H A Ddasd_diag.c190 cqr->starttime = jiffies; in dasd_start_diag()
H A Ddasd.c1336 cqr->starttime = 0; in dasd_term_IO()
1352 cqr->starttime = 0; in dasd_term_IO()
1406 cqr->starttime = jiffies; in dasd_start_IO()
1990 (time_after_eq(jiffies, cqr->expires + cqr->starttime))) { in __dasd_device_check_expire()
H A Ddasd_int.h145 unsigned long starttime; /* jiffies time of request start */ member
/linux/tools/perf/ui/browsers/
H A Dhists.c2755 unsigned long starttime = act->time; in do_run_script() local
2758 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script()
2759 starttime -= 1*NSEC_PER_MSEC; in do_run_script()
2762 timestamp__scnprintf_usec(starttime, start, sizeof start); in do_run_script()
/linux/include/linux/
H A Dsched.h385 unsigned long long starttime; member
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h3922 __le32 starttime; member

12