| /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-series.sh | 73 starttime="`get_starttime`" 252 echo Started at $startdate, ended at `date`, duration `get_starttime_duration $starttime`. | tee -a $T/log
|
| H A D | kvm-again.sh | 63 starttime="`get_starttime`" 244 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`" 631 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 $T/log 822 echo Total duration `get_starttime_duration $starttime`. | tee -a $T/log
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_init.c | 934 u32 starttime; in esas2r_check_adapter() local 957 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 967 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter() 999 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter() 1010 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1022 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1099 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1111 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1501 u32 starttime; in esas2r_power_down_notify_firmware() local 1505 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/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/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 | 2124 p->vtime.starttime = 0; in copy_process()
|
| /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/drivers/s390/block/ |
| H A D | dasd_diag.c | 190 cqr->starttime = jiffies; in dasd_start_diag()
|
| H A D | dasd.c | 1287 cqr->starttime = 0; in dasd_term_IO() 1303 cqr->starttime = 0; in dasd_term_IO() 1357 cqr->starttime = jiffies; in dasd_start_IO() 1941 (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 | 387 unsigned long long starttime; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | commands.h | 3922 __le32 starttime; member
|