Home
last modified time | relevance | path

Searched refs:cur_tstamp (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c230 int64_t cur_tstamp; in hif_print_napi_latency_stats() local
243 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() local
563 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()
H A Dhif_napi.c781 int64_t cur_tstamp; in hif_napi_latency_profile_measure() local
784 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() local
827 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()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_debug.c443 qdf_time_t cur_tstamp; in wlan_objmgr_iterate_log_del_obj_handler() local
465 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()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr_enh.c2458 uint64_t diff, cur_tstamp; in os_timer_func() local
2481 cur_tstamp = qdf_ktime_to_ms(qdf_ktime_get()); in os_timer_func()
2491 diff = cur_tstamp - lut->dbr_tstamp; in os_timer_func()