Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dcputime.h64 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()
Daccounting.h24 unsigned long starttime; /* TB value snapshot */ member
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Djitter.sh26 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/
Dmain.c456 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/
Dtorture.c94 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()
Dasync.c290 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()
Dfork.c2003 p->vtime.starttime = 0; in copy_process()
/Linux-v5.10/drivers/scsi/esas2r/
Desas2r_init.c962 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 …]
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()
Desas2r_main.c1240 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/
Dcputime.c640 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/
Drxrpc-type.h62 u64 starttime; /* time at which auth token starts */ member
/Linux-v5.10/arch/powerpc/kernel/
Dtime.c243 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()
Dasm-offsets.c287 OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime); in main()
297 OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime); in main()
/Linux-v5.10/init/
Dinit_task.c171 .vtime.starttime = 0,
/Linux-v5.10/net/rxrpc/
Dkey.c479 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/
Ddasd_diag.c190 cqr->starttime = jiffies; in dasd_start_diag()
Ddasd.c1383 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()
Ddasd_int.h175 unsigned long starttime; /* jiffies time of request start */ member
/Linux-v5.10/tools/perf/ui/browsers/
Dhists.c2699 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/
Dsched.h265 unsigned long long starttime; member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h3964 __le32 starttime; member
/Linux-v5.10/tools/perf/Documentation/
Dperf-intel-pt.txt132 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/
Dxmon.c2644 DUMP(p, accounting.starttime, "%#-*lx"); in dump_one_paca()