Lines Matching refs:total_time
22 __field(unsigned long, total_time)
30 __entry->total_time = devfreq->last_status.total_time;
35 __entry->total_time == 0 ? 0 :
36 (100 * __entry->busy_time) / __entry->total_time)
47 __field(unsigned long, total_time)
55 __entry->total_time = devfreq->last_status.total_time;
62 __entry->total_time == 0 ? 0 :
63 (100 * __entry->busy_time) / __entry->total_time)