Searched refs:cpu_usage_estimator_stop_time (Results 1 – 2 of 2) sorted by relevance
65 drv->cpu_usage_estimator_stop_time = 0; in tiwlan_profile_create()257 drv->cpu_usage_estimator_stop_time = 0; in tiwlan_profile_cpu_usage_estimator_start()278 drv->cpu_usage_estimator_stop_time = os_timeStampUs (drv); in tiwlan_profile_cpu_usage_estimator_stop()300 drv->cpu_usage_estimator_stop_time = 0; in tiwlan_profile_cpu_usage_estimator_reset()322 if (drv->cpu_usage_estimator_stop_time != 0) in tiwlan_profile_report()324 total_time = drv->cpu_usage_estimator_stop_time - drv->cpu_usage_estimator_start_time; in tiwlan_profile_report()
289 unsigned cpu_usage_estimator_stop_time; /* Time measured when CPU estimation was stopped */ member