Searched refs:diff_ns (Results 1 – 1 of 1) sorted by relevance
2303 u64 diff_ns = ktime_to_ns(ktime_sub(now_ts, devip->create_ts)); in resp_start_stop() local2305 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_start_stop()9035 u64 diff_ns = 0; in resp_not_ready() local9042 diff_ns = ktime_to_ns(ktime_sub(now_ts, devip->create_ts)); in resp_not_ready()9043 if (diff_ns >= ((u64)sdeb_tur_ms_to_ready * 1000000)) { in resp_not_ready()9056 if (diff_ns <= tur_nanosecs_to_ready) in resp_not_ready()9057 diff_ns = tur_nanosecs_to_ready - diff_ns; in resp_not_ready()9059 diff_ns = tur_nanosecs_to_ready; in resp_not_ready()9061 do_div(diff_ns, 1000000); /* diff_ns becomes milliseconds */ in resp_not_ready()9063 diff_ns); in resp_not_ready()