Searched refs:diff_time (Results 1 – 3 of 3) sorted by relevance
28 unsigned int diff_time; in rtl8723a_sreset_xmit_status_check() local41 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_time); in rtl8723a_sreset_xmit_status_check()43 if (diff_time > 2000) { in rtl8723a_sreset_xmit_status_check()47 diff_time = jiffies_to_msecs(jiffies - psrtpriv->last_tx_complete_time); in rtl8723a_sreset_xmit_status_check()48 if (diff_time > 4000) { in rtl8723a_sreset_xmit_status_check()
913 ktime_t start_time, stop_time, diff_time; in pcxhr_set_pipe_state() local965 diff_time = ktime_sub(stop_time, start_time); in pcxhr_set_pipe_state()967 (long)(ktime_to_ns(diff_time)), err); in pcxhr_set_pipe_state()
714 ktime_t start_time, stop_time, diff_time; in pcxhr_start_linked_stream() local828 diff_time = ktime_sub(stop_time, start_time); in pcxhr_start_linked_stream()830 (long)(ktime_to_ns(diff_time)), err); in pcxhr_start_linked_stream()