Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A 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()
H A Daccounting.h24 unsigned long starttime; /* TB value snapshot */ member
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py33 self.starttime = None
49 self.starttime = time.time()
53 endtime = self.starttime + timeout
78 …o output for %d seconds. Total running time: %d seconds." % (timeout, time.time() - self.starttime)
129 … self.log("[Command returned '%d' after %.2f seconds]" % (status, time.time() - proc.starttime))
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c457 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() argument
465 usecs64 = ktime_to_ns(ktime_sub(calltime, starttime)); in dpm_show_time()
699 ktime_t starttime = ktime_get(); in dpm_noirq_resume_devices() local
736 dpm_show_time(starttime, state, 0, "noirq"); in dpm_noirq_resume_devices()
840 ktime_t starttime = ktime_get(); in dpm_resume_early() local
876 dpm_show_time(starttime, state, 0, "early"); in dpm_resume_early()
1003 ktime_t starttime = ktime_get(); in dpm_resume() local
1039 dpm_show_time(starttime, state, 0, NULL); in dpm_resume()
1290 ktime_t starttime = ktime_get(); in dpm_noirq_suspend_devices() local
1329 dpm_show_time(starttime, state, error, "noirq"); in dpm_noirq_suspend_devices()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py72 starttime = time.time()
75 "" % (status, time.time() - starttime))
230 starttime = time.time()
233 endtime = starttime + timeout
265 endtime = time.time() - starttime
/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Dasync.c287 ktime_t starttime, delta, endtime; in async_synchronize_cookie_domain() local
291 starttime = ktime_get(); in async_synchronize_cookie_domain()
298 delta = ktime_sub(endtime, starttime); in async_synchronize_cookie_domain()
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A 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 …]
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.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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh26 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null`
43 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Drunner.py43 self.starttime = {}
58 if test.id() not in self.starttime:
59 self.starttime[test.id()] = time.time()
186 if case.id() in self.starttime and case.id() in self.endtime:
187 duration = self.endtime[case.id()] - self.starttime[case.id()]
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxBeep.c297 CARD32 starttime = GetTimeInMillis(); in _XkbDDXBeepExpire() local
320 if (elapsedtime > starttime) { /* watch out for millisecond counter in _XkbDDXBeepExpire()
322 elapsedtime -= starttime; in _XkbDDXBeepExpire()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py64 starttime = time.time()
76 runtime = int(endtime-starttime)
H A Dltp_stress.py64 starttime = time.time()
75 runtime = int(endtime-starttime)
H A Dltp.py69 starttime = time.time()
89 runtime = int(endtime-starttime)
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c656 if (clock < vtime->starttime) in vtime_delta()
659 return clock - vtime->starttime; in vtime_delta()
676 vtime->starttime += delta; in get_vtime_delta()
804 vtime->starttime = sched_clock(); in vtime_task_switch_generic()
817 vtime->starttime = sched_clock(); in vtime_init_idle()
/OK3568_Linux_fs/kernel/include/keys/
H A Drxrpc-type.h62 u64 starttime; /* time at which auth token starts */ member
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtime.c244 ust = scan_dispatch_log(acct->starttime); in accumulate_stolen_time()
325 stime = now - acct->starttime; in vtime_delta()
326 acct->starttime = now; in vtime_delta()
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c171 .vtime.starttime = 0,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus_usb.c686 uint32 starttime = 0; in dbus_usb_resetcfg() local
702 starttime = OSL_SYSUPTIME(); in dbus_usb_resetcfg()
709 waittime += (endtime - starttime); in dbus_usb_resetcfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus_usb.c668 uint32 starttime = 0; in dbus_usb_resetcfg() local
684 starttime = OSL_SYSUPTIME(); in dbus_usb_resetcfg()
691 waittime += (endtime - starttime); in dbus_usb_resetcfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus_usb.c667 uint32 starttime = 0; in dbus_usb_resetcfg() local
683 starttime = OSL_SYSUPTIME(); in dbus_usb_resetcfg()
690 waittime += (endtime - starttime); in dbus_usb_resetcfg()
/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py66 self.result.starttime[test.id()] = self._test_start.timestamp()

12