/Linux-v5.10/arch/powerpc/include/asm/ |
D | cputime.h | 64 acct->starttime = acct0->starttime; in arch_vtime_task_switch() 78 acct->starttime = tb; in account_cpu_user_entry() 86 acct->stime += (tb - acct->starttime); in account_cpu_user_exit()
|
D | accounting.h | 24 unsigned long starttime; /* TB value snapshot */ member
|
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | jitter.sh | 26 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null` 43 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
|
/Linux-v5.10/drivers/base/power/ |
D | main.c | 456 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() argument 464 usecs64 = ktime_to_ns(ktime_sub(calltime, starttime)); in dpm_show_time() 698 ktime_t starttime = ktime_get(); in dpm_noirq_resume_devices() local 735 dpm_show_time(starttime, state, 0, "noirq"); in dpm_noirq_resume_devices() 839 ktime_t starttime = ktime_get(); in dpm_resume_early() local 875 dpm_show_time(starttime, state, 0, "early"); in dpm_resume_early() 1002 ktime_t starttime = ktime_get(); in dpm_resume() local 1038 dpm_show_time(starttime, state, 0, NULL); in dpm_resume() 1286 ktime_t starttime = ktime_get(); in dpm_noirq_suspend_devices() local 1325 dpm_show_time(starttime, state, error, "noirq"); in dpm_noirq_suspend_devices() [all …]
|
/Linux-v5.10/kernel/ |
D | torture.c | 94 unsigned long starttime; in torture_offline() local 105 starttime = jiffies; in torture_offline() 127 delta = jiffies - starttime; in torture_offline() 154 unsigned long starttime; in torture_online() local 163 starttime = jiffies; in torture_online() 183 delta = jiffies - starttime; in torture_online()
|
D | async.c | 290 ktime_t starttime, delta, endtime; in async_synchronize_cookie_domain() local 294 starttime = ktime_get(); in async_synchronize_cookie_domain() 301 delta = ktime_sub(endtime, starttime); in async_synchronize_cookie_domain()
|
D | fork.c | 2003 p->vtime.starttime = 0; in copy_process()
|
/Linux-v5.10/drivers/scsi/esas2r/ |
D | esas2r_init.c | 962 u32 starttime; in esas2r_check_adapter() local 985 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 995 if ((jiffies_to_msecs(jiffies) - starttime) > 2000) in esas2r_check_adapter() 1027 if ((jiffies_to_msecs(jiffies) - starttime) > 180000) { in esas2r_check_adapter() 1038 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1050 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1127 starttime = jiffies_to_msecs(jiffies); in esas2r_check_adapter() 1139 if ((jiffies_to_msecs(jiffies) - starttime) > 3000) { in esas2r_check_adapter() 1529 u32 starttime; in esas2r_power_down_notify_firmware() local 1533 starttime = jiffies_to_msecs(jiffies); in esas2r_power_down_notify_firmware() [all …]
|
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()
|
D | esas2r_main.c | 1240 u32 starttime; in esas2r_wait_request() local 1243 starttime = jiffies_to_msecs(jiffies); in esas2r_wait_request() 1254 if ((jiffies_to_msecs(jiffies) - starttime) > timeout) { in esas2r_wait_request()
|
/Linux-v5.10/kernel/sched/ |
D | cputime.c | 640 if (clock < vtime->starttime) in vtime_delta() 643 return clock - vtime->starttime; in vtime_delta() 660 vtime->starttime += delta; in get_vtime_delta() 788 vtime->starttime = sched_clock(); in vtime_task_switch_generic() 801 vtime->starttime = sched_clock(); in vtime_init_idle()
|
/Linux-v5.10/include/keys/ |
D | rxrpc-type.h | 62 u64 starttime; /* time at which auth token starts */ member
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | time.c | 243 ust = scan_dispatch_log(acct->starttime); in accumulate_stolen_time() 324 stime = now - acct->starttime; in vtime_delta() 325 acct->starttime = now; in vtime_delta()
|
D | asm-offsets.c | 287 OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime); in main() 297 OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime); in main()
|
/Linux-v5.10/init/ |
D | init_task.c | 171 .vtime.starttime = 0,
|
/Linux-v5.10/net/rxrpc/ |
D | key.c | 479 rxk5->starttime = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5() 490 rxk5->authtime, rxk5->starttime, rxk5->endtime, in rxrpc_preparse_xdr_rxk5() 1202 ENCODE64(token->k5->starttime); in rxrpc_read()
|
/Linux-v5.10/drivers/s390/block/ |
D | dasd_diag.c | 190 cqr->starttime = jiffies; in dasd_start_diag()
|
D | dasd.c | 1383 cqr->starttime = 0; in dasd_term_IO() 1399 cqr->starttime = 0; in dasd_term_IO() 1458 cqr->starttime = jiffies; in dasd_start_IO() 2020 (time_after_eq(jiffies, cqr->expires + cqr->starttime))) { in __dasd_device_check_expire()
|
D | dasd_int.h | 175 unsigned long starttime; /* jiffies time of request start */ member
|
/Linux-v5.10/tools/perf/ui/browsers/ |
D | hists.c | 2699 unsigned long starttime = act->time; in do_run_script() local 2702 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script() 2703 starttime -= 1*NSEC_PER_MSEC; in do_run_script() 2706 timestamp__scnprintf_usec(starttime, start, sizeof start); in do_run_script()
|
/Linux-v5.10/include/linux/ |
D | sched.h | 265 unsigned long long starttime; member
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 3964 __le32 starttime; member
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 132 perf script --time starttime,stoptime --insn-trace --xed 137 perf script --time starttime,stoptime --insn-trace --xed -C 1
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 2644 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca()
|