Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dprocess.c41 ktime_t start, end, elapsed; in try_to_freeze_tasks() local
95 elapsed = ktime_sub(end, start); in try_to_freeze_tasks()
96 elapsed_msecs = ktime_to_ms(elapsed); in try_to_freeze_tasks()
123 pr_cont("(elapsed %d.%03d seconds) ", elapsed_msecs / PROCESS_ONETHOUSAND, elapsed_msecs % PROCESS_ONETHOUSAND); in try_to_freeze_tasks()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py760 elapsed time description
762 elapsed = []
782 elapsed.append(f"{d}d")
785 elapsed.append(f"{h}h")
788 elapsed.append(f"{m}m")
790 elapsed.append(f"{s}s")
791 return "".join(elapsed)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp602 double elapsed = ustimer(start, end); in Thrd_sleep() local
603 ret |= elapsed < PARAM_10 * ms; in Thrd_sleep()
619 double elapsed = ustimer(start, end);
620 int ret = elapsed < elapsedMax;
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
H A Dffrtndk.cpp726 std::chrono::duration<double, std::micro> elapsed = end-start; in DelayCTest001() local
727 t = elapsed.count(); in DelayCTest001()
1596 std::chrono::duration<double, std::milli> elapsed = end-start; in QueueDelayTest001() local
1597 t = elapsed.count(); in QueueDelayTest001()
1607 elapsed = end-start; in QueueDelayTest001()
1608 t = elapsed.count(); in QueueDelayTest001()
1644 std::chrono::duration<double, std::micro> elapsed = end-start; in QueueDelayTest002() local
1645 t = elapsed.count(); in QueueDelayTest002()
1688 std::chrono::duration<double, std::milli> elapsed = end-start; in QueueDelayTest005() local
1689 t = elapsed in QueueDelayTest005()
2905 auto elapsed = std::chrono::duration_cast<std::chrono::milliseconds>( TimerCb() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_sdio.c5055 DHD_ERROR(("Took %u usec before dongle is ready\n", tmo.elapsed)); in dhd_bus_init()
5059 DHD_ERROR(("Waited %u usec, dongle is not ready\n", tmo.elapsed)); in dhd_bus_init()
5101 __FUNCTION__, enable, ready, tmo.elapsed)); in dhd_bus_init()
H A Ddhd.h2149 uint32 elapsed; /* Current elapsed time (usec) */ member
H A Ddhd_pcie.c4607 /* Compute elapsed counter values per counter event type */ in dhd_buzzz_dump_cntrs()
8277 * elapsed time in dhdpci_bus_rte_log_time_sync_poll()
8481 DHD_ERROR(("%s: Waited %u usec, dongle is not ready\n", __FUNCTION__, tmo.elapsed)); in dhdpcie_readshared()
8494 "before dongle is ready\n", __FUNCTION__, addr, tmo.elapsed)); in dhdpcie_readshared()
H A Ddhd_linux.c2396 tmo->elapsed = 0; in dhd_timeout_start()
2409 if (tmo->elapsed >= tmo->limit) in dhd_timeout_expired()
2413 tmo->elapsed += tmo->increment; in dhd_timeout_expired()
13139 * Returns 0 if the @condition evaluated to false after the timeout elapsed
13158 * Returns 0 if the @condition evaluated to false after the timeout elapsed

Completed in 60 milliseconds