Home
last modified time | relevance | path

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

/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-series.sh66 starttime="`get_starttime`"
112 echo Started at $startdate, ended at `date`, duration `get_starttime_duration $starttime`. | tee -a…
H A Dkvm-again.sh63 starttime="`get_starttime`"
244 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 $T/log
822 echo Total duration `get_starttime_duration $starttime`. | tee -a $T/log
/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/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/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 Dfork.c2126 p->vtime.starttime = 0; in copy_process()
/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/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/drivers/s390/block/
H A Ddasd_int.h145 unsigned long starttime; /* jiffies time of request start */ member
/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