Searched refs:delta_sync_time (Results 1 – 1 of 1) sorted by relevance
958 uint64_t delta_ns, delta_target_time, delta_sync_time; in hdd_check_timestamp_status() local981 delta_sync_time = cur_sync_time - last_sync_time; in hdd_check_timestamp_status()987 delta_ns = ((delta_target_time > delta_sync_time) ? in hdd_check_timestamp_status()988 (delta_target_time - delta_sync_time) : in hdd_check_timestamp_status()989 (delta_sync_time - delta_target_time)); in hdd_check_timestamp_status()