Searched refs:ts0 (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | smp.c | 324 static bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1, int *bug_id) in csd_lock_wait_toolong() argument 357 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, 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()
|