Home
last modified time | relevance | path

Searched refs:cpu_usage_estimator_start_time (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Dtiwlan_profile.c64 drv->cpu_usage_estimator_start_time = 0; in tiwlan_profile_create()
256 drv->cpu_usage_estimator_start_time = os_timeStampUs (drv); in tiwlan_profile_cpu_usage_estimator_start()
299 drv->cpu_usage_estimator_start_time = 0; in tiwlan_profile_cpu_usage_estimator_reset()
324 total_time = drv->cpu_usage_estimator_stop_time - drv->cpu_usage_estimator_start_time; in tiwlan_profile_report()
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
Desta_drv.h288 unsigned cpu_usage_estimator_start_time; /* Time measured when CPU estimation was started */ member