Searched refs:total_us_of_bus_access_cpu_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.c121 drv->total_us_of_bus_access_cpu_time += current_entry_cpu_usage;
255 drv->total_us_of_bus_access_cpu_time = 0;
298 drv->total_us_of_bus_access_cpu_time = 0;
331 bus_cpu_usage = drv->total_us_of_bus_access_cpu_time / total_time;
335 printk ("\nTotal Bus Access Time: %u (usec)", drv->total_us_of_bus_access_cpu_time);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h292 unsigned total_us_of_bus_access_cpu_time; /* Total number of CPU time used by the bus driver since CPU estimator started */ member in struct:tiwlan_net_dev

Completed in 71 milliseconds