Searched refs:exit_time (Results 1 – 2 of 2) sorted by relevance
311 u64 entry_time, exit_time, residency; in s0ix_stats_show() local327 exit_time = ioread32(dev->fch_virt_addr + FCH_S0I3_EXIT_TIME_H_OFFSET); in s0ix_stats_show()328 exit_time = exit_time << 32 | ioread32(dev->fch_virt_addr + FCH_S0I3_EXIT_TIME_L_OFFSET); in s0ix_stats_show()331 residency = exit_time - entry_time; in s0ix_stats_show()336 seq_printf(s, "S0ix Exit Time: %lld\n", exit_time); in s0ix_stats_show()
638 unsigned long exit_time; in psnet_detect_bar() local641 exit_time = jiffies + usecs_to_jiffies(SNET_DETECT_TIMEOUT); in psnet_detect_bar()644 while (time_before(jiffies, exit_time)) { in psnet_detect_bar()
Completed in 7 milliseconds