Searched refs:cpu_usage_estimator_stop_time (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dtiwlan_profile.c65 drv->cpu_usage_estimator_stop_time = 0;
257 drv->cpu_usage_estimator_stop_time = 0;
278 drv->cpu_usage_estimator_stop_time = os_timeStampUs (drv);
300 drv->cpu_usage_estimator_stop_time = 0;
322 if (drv->cpu_usage_estimator_stop_time != 0)
324 total_time = drv->cpu_usage_estimator_stop_time - drv->cpu_usage_estimator_start_time;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h289 unsigned cpu_usage_estimator_stop_time; /* Time measured when CPU estimation was stopped */ member in struct:tiwlan_net_dev

Completed in 143 milliseconds