Home | History | Annotate | Download | only in src

Lines Matching defs:now_us

185 static void update_scheduling_stats(scheduling_stats_t* stats, uint64_t now_us,
698 uint64_t now_us = time_get_os_boottime_us();
712 btif_a2dp_source_cb.stats.tx_queue_last_flushed_us = now_us;
729 btif_a2dp_source_cb.stats.tx_queue_last_dropouts_us = now_us;
794 uint64_t now_us = time_get_os_boottime_us();
799 btif_a2dp_source_cb.stats.tx_queue_last_readbuf_us = now_us;
803 now_us,
818 static void update_scheduling_stats(scheduling_stats_t* stats, uint64_t now_us,
823 stats->last_update_us = now_us;
828 if (deadline_us < now_us) {
830 uint64_t delta_us = now_us - deadline_us;
837 stats->total_scheduling_time_us += now_us - last_us;
839 } else if (deadline_us > now_us) {
841 uint64_t delta_us = deadline_us - now_us;
848 stats->total_scheduling_time_us += now_us - last_us;
853 stats->total_scheduling_time_us += now_us - last_us;
860 uint64_t now_us = time_get_os_boottime_us();
884 now_us - enqueue_stats->last_update_us) / 1000
887 ? (unsigned long long)(now_us - dequeue_stats->last_update_us) / 1000
890 ? (unsigned long long)(now_us -
921 ? (unsigned long long)(now_us -
926 ? (unsigned long long)(now_us -
942 ? (unsigned long long)(now_us -