Searched refs:cur_tstamp (Results 1 – 4 of 4) sorted by relevance
230 int64_t cur_tstamp; in hif_print_napi_latency_stats() local243 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in hif_print_napi_latency_stats()246 "Current timestamp: %lld", cur_tstamp); in hif_print_napi_latency_stats()560 int64_t cur_tstamp; in hif_latency_profile_measure() local563 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in hif_latency_profile_measure()565 if (cur_tstamp > hif_ext_group->tstamp) in hif_latency_profile_measure()566 time_elapsed = (cur_tstamp - hif_ext_group->tstamp); in hif_latency_profile_measure()568 time_elapsed = ~0x0 - (hif_ext_group->tstamp - cur_tstamp); in hif_latency_profile_measure()570 hif_ext_group->tstamp = cur_tstamp; in hif_latency_profile_measure()
781 int64_t cur_tstamp; in hif_napi_latency_profile_measure() local784 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in hif_napi_latency_profile_measure()786 if (cur_tstamp > napi_info->tstamp) in hif_napi_latency_profile_measure()787 time_elapsed = (cur_tstamp - napi_info->tstamp); in hif_napi_latency_profile_measure()789 time_elapsed = ~0x0 - (napi_info->tstamp - cur_tstamp); in hif_napi_latency_profile_measure()791 napi_info->tstamp = cur_tstamp; in hif_napi_latency_profile_measure()814 int64_t cur_tstamp; in hif_print_napi_latency_stats() local827 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in hif_print_napi_latency_stats()830 "Current timestamp: %lld", cur_tstamp); in hif_print_napi_latency_stats()
443 qdf_time_t cur_tstamp; in wlan_objmgr_iterate_log_del_obj_handler() local465 cur_tstamp = (qdf_system_ticks_to_msecs(qdf_system_ticks()) / 1000); in wlan_objmgr_iterate_log_del_obj_handler()477 if (cur_tstamp < (del_obj->tstamp + in wlan_objmgr_iterate_log_del_obj_handler()497 if (cur_tstamp > del_obj->tstamp + in wlan_objmgr_iterate_log_del_obj_handler()
2458 uint64_t diff, cur_tstamp; in os_timer_func() local2481 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in os_timer_func()2491 diff = cur_tstamp - lut->dbr_tstamp; in os_timer_func()