Searched refs:elapsed (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | process.c | 41 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()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 5055 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 D | dhd.h | 2149 uint32 elapsed; /* Current elapsed time (usec) */ member
|
H A D | dhd_pcie.c | 4607 /* 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 D | dhd_linux.c | 2396 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 52 milliseconds