Searched refs:total_us_of_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.c163 drv->total_us_of_cpu_time += current_entry_cpu_usage;
254 drv->total_us_of_cpu_time = 0;
297 drv->total_us_of_cpu_time = 0;
330 drv_cpu_usage = drv->total_us_of_cpu_time / total_time;
334 printk ("\nTotal Driver Run Time: %u (usec)", drv->total_us_of_cpu_time);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h291 unsigned total_us_of_cpu_time; /* Total number of CPU time used by the driver since CPU estimator started */ member in struct:tiwlan_net_dev

Completed in 69 milliseconds