| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-end-run-stats.sh | 28 starttime="${2-default_starttime}" 38 echo " --- Done at `date` (`get_starttime_duration $starttime`) exitcode $ret" | tee -a "$rundir/lo…
|
| H A D | jitter.sh | 28 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null` 61 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
|
| H A D | kvm-again.sh | 63 starttime="`get_starttime`" 220 kvm-end-run-stats.sh "$rundir" "$starttime"
|
| H A D | kvm-remote.sh | 26 starttime="`get_starttime`" 296 ( kvm-end-run-stats.sh "$oldrun" "$starttime"; echo $? > $T/exitcode ) | tee -a "$oldrun/remote-log"
|
| H A D | kvm.sh | 61 starttime="`get_starttime`" 591 echo kvm-end-run-stats.sh "$resdir/$ds" "$starttime" >> $T/script
|
| H A D | torture.sh | 262 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 D | cputime.h | 51 acct->starttime = tb; in account_cpu_user_entry() 59 acct->stime += (tb - acct->starttime); in account_cpu_user_exit()
|
| H A D | accounting.h | 24 unsigned long starttime; /* TB value snapshot */ member
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_init.c | 938 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 D | esas2r_flash.c | 934 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 D | esas2r_main.c | 1238 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 D | main.c | 465 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 D | async.c | 312 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 D | torture.c | 208 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 D | fork.c | 2086 p->vtime.starttime = 0; in copy_process()
|
| /linux/kernel/sched/ |
| H A D | cputime.c | 651 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 D | time.c | 219 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 D | init_task.c | 186 .vtime.starttime = 0,
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | dtl.c | 427 ust = scan_dispatch_log(acct->starttime); in pseries_accumulate_stolen_time()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_diag.c | 190 cqr->starttime = jiffies; in dasd_start_diag()
|
| H A D | dasd.c | 1336 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 D | dasd_int.h | 145 unsigned long starttime; /* jiffies time of request start */ member
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2755 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 D | sched.h | 385 unsigned long long starttime; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | commands.h | 3922 __le32 starttime; member
|