Lines Matching refs:dequeue_stats

1114   SchedulingStats* dequeue_stats = &accumulated_stats->tx_queue_dequeue_stats;  in btif_a2dp_source_debug_dump()  local
1124 enqueue_stats->total_updates, dequeue_stats->total_updates, in btif_a2dp_source_debug_dump()
1134 (dequeue_stats->last_update_us > 0) in btif_a2dp_source_debug_dump()
1135 ? (unsigned long long)(now_us - dequeue_stats->last_update_us) / 1000 in btif_a2dp_source_debug_dump()
1240 dequeue_stats->overdue_scheduling_count, in btif_a2dp_source_debug_dump()
1241 dequeue_stats->premature_scheduling_count); in btif_a2dp_source_debug_dump()
1244 if (dequeue_stats->overdue_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1245 ave_time_us = dequeue_stats->total_overdue_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1246 dequeue_stats->overdue_scheduling_count; in btif_a2dp_source_debug_dump()
1252 (unsigned long long)dequeue_stats->total_overdue_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1254 (unsigned long long)dequeue_stats->max_overdue_scheduling_delta_us / 1000, in btif_a2dp_source_debug_dump()
1258 if (dequeue_stats->premature_scheduling_count != 0) { in btif_a2dp_source_debug_dump()
1259 ave_time_us = dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1260 dequeue_stats->premature_scheduling_count; in btif_a2dp_source_debug_dump()
1266 (unsigned long long)dequeue_stats->total_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()
1268 (unsigned long long)dequeue_stats->max_premature_scheduling_delta_us / in btif_a2dp_source_debug_dump()