Home
last modified time | relevance | path

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

12

/linux-6.15/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`
45 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 Dtorture.sh237 starttime="`get_starttime`"
625 echo Started at $startdate, ended at `date`, duration `get_starttime_duration $starttime`. | tee -a…
702 echo Total duration `get_starttime_duration $starttime`. | tee -a $T/log
H A Dkvm.sh61 starttime="`get_starttime`"
602 echo kvm-end-run-stats.sh "$resdir/$ds" "$starttime" >> $T/script
/linux-6.15/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-6.15/drivers/base/power/
H A Dmain.c726 ktime_t starttime = ktime_get(); in dpm_noirq_resume_devices() local
762 dpm_show_time(starttime, state, 0, "noirq"); in dpm_noirq_resume_devices()
868 ktime_t starttime = ktime_get(); in dpm_resume_early() local
904 dpm_show_time(starttime, state, 0, "early"); in dpm_resume_early()
1041 ktime_t starttime = ktime_get(); in dpm_resume() local
1078 dpm_show_time(starttime, state, 0, NULL); in dpm_resume()
1320 ktime_t starttime = ktime_get(); in dpm_noirq_suspend_devices() local
1496 ktime_t starttime = ktime_get(); in dpm_suspend_late() local
1552 ktime_t starttime = ktime_get(); in dpm_suspend_end() local
1763 ktime_t starttime = ktime_get(); in dpm_suspend() local
[all …]
/linux-6.15/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()
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()
1538 u32 starttime; in esas2r_power_down() local
[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-6.15/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()
/linux-6.15/kernel/sched/
H A Dcputime.c648 if (clock < vtime->starttime) in vtime_delta()
651 return clock - vtime->starttime; in vtime_delta()
668 vtime->starttime += delta; in get_vtime_delta()
796 vtime->starttime = sched_clock(); in vtime_task_switch_generic()
809 vtime->starttime = sched_clock(); in vtime_init_idle()
/linux-6.15/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-6.15/init/
H A Dinit_task.c183 .vtime.starttime = 0,
/linux-6.15/arch/powerpc/platforms/pseries/
H A Ddtl.c427 ust = scan_dispatch_log(acct->starttime); in pseries_accumulate_stolen_time()
/linux-6.15/drivers/s390/block/
H A Ddasd_diag.c190 cqr->starttime = jiffies; in dasd_start_diag()
H A Ddasd.c1330 cqr->starttime = 0; in dasd_term_IO()
1346 cqr->starttime = 0; in dasd_term_IO()
1400 cqr->starttime = jiffies; in dasd_start_IO()
1984 (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-6.15/tools/perf/ui/browsers/
H A Dhists.c2725 unsigned long starttime = act->time; in do_run_script() local
2728 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script()
2729 starttime -= 1*NSEC_PER_MSEC; in do_run_script()
2732 timestamp__scnprintf_usec(starttime, start, sizeof start); in do_run_script()
/linux-6.15/include/linux/
H A Dsched.h379 unsigned long long starttime; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h3922 __le32 starttime; member
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c2719 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca()

12