Searched refs:time_start (Results 1 – 6 of 6) sorted by relevance
| /drivers/cpuidle/ |
| A D | poll_state.c | 16 u64 time_start; in poll_idle() local 18 time_start = local_clock_noinstr(); in poll_idle() 35 if (local_clock_noinstr() - time_start > limit) { in poll_idle()
|
| A D | cpuidle.c | 148 ktime_t time_start, time_end; in enter_s2idle_proper() local 152 time_start = ns_to_ktime(local_clock_noinstr()); in enter_s2idle_proper() 178 dev->states_usage[index].s2idle_time += ktime_us_delta(time_end, time_start); in enter_s2idle_proper() 223 ktime_t time_start, time_end; in cpuidle_enter_state() local 247 time_start = ns_to_ktime(local_clock_noinstr()); in cpuidle_enter_state() 301 diff = ktime_sub(time_end, time_start); in cpuidle_enter_state()
|
| /drivers/net/ethernet/amd/pds_core/ |
| A D | adminq.c | 231 unsigned long time_start; in pdsc_adminq_post() local 251 time_start = jiffies; in pdsc_adminq_post() 252 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post() 283 __func__, jiffies_to_msecs(time_done - time_start)); in pdsc_adminq_post()
|
| /drivers/vfio/pci/pds/ |
| A D | cmds.c | 101 unsigned long time_start; in pds_vfio_suspend_wait_device_cmd() local 105 time_start = jiffies; in pds_vfio_suspend_wait_device_cmd() 106 time_limit = time_start + HZ * SUSPEND_TIMEOUT_S; in pds_vfio_suspend_wait_device_cmd() 117 pds_vfio->vf_id, jiffies_to_msecs(time_done - time_start)); in pds_vfio_suspend_wait_device_cmd()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_main.c | 417 unsigned long time_start; in ionic_adminq_wait() local 432 time_start = jiffies; in ionic_adminq_wait() 433 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait() 458 __func__, jiffies_to_msecs(time_done - time_start)); in ionic_adminq_wait()
|
| /drivers/pmdomain/ |
| A D | core.c | 833 ktime_t time_start; in _genpd_power_on() local 857 time_start = ktime_get(); in _genpd_power_on() 862 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in _genpd_power_on() 884 ktime_t time_start; in _genpd_power_off() local 908 time_start = ktime_get(); in _genpd_power_off() 913 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in _genpd_power_off() 1220 ktime_t time_start = 0; in genpd_runtime_suspend() local 1242 time_start = ktime_get(); in genpd_runtime_suspend() 1256 elapsed_ns = ktime_to_ns(ktime_sub(ktime_get(), time_start)); in genpd_runtime_suspend() 1295 ktime_t time_start = 0; in genpd_runtime_resume() local [all …]
|
Completed in 18 milliseconds