Searched refs:ts1 (Results 1 – 1 of 1) sorted by relevance
144 static __always_inline bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1… in csd_lock_wait_toolong() argument163 ts_delta = ts2 - *ts1; in csd_lock_wait_toolong()196 *ts1 = ts2; in csd_lock_wait_toolong()211 u64 ts0, ts1; in csd_lock_wait() local213 ts1 = ts0 = sched_clock(); in csd_lock_wait()215 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in csd_lock_wait()