Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_tsf.c958 uint64_t delta_ns, delta_target_time, delta_sync_time; in hdd_check_timestamp_status() local
987 delta_ns = ((delta_target_time > delta_sync_time) ? in hdd_check_timestamp_status()
990 hdd_debug("timestamps deviation - delta: %llu ns", delta_ns); in hdd_check_timestamp_status()
992 if (!force_sync && delta_ns > MAX_ALLOWED_DEVIATION_NS) { in hdd_check_timestamp_status()
993 hdd_debug("Invalid timestamps - delta: %llu ns", delta_ns); in hdd_check_timestamp_status()