Home
last modified time | relevance | path

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

/kernel/
Dsmp.c324 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument
343 ts_delta = ts2 - *ts1; in csd_lock_wait_toolong()
378 *ts1 = ts2; in csd_lock_wait_toolong()
393 u64 ts0, ts1; in __csd_lock_wait() local
395 ts1 = ts0 = sched_clock(); in __csd_lock_wait()
397 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in __csd_lock_wait()