Searched refs:ts0 (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | smp.c | 144 static __always_inline bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1… in csd_lock_wait_toolong() argument 177 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts2 - ts0, in csd_lock_wait_toolong() 211 u64 ts0, ts1; in csd_lock_wait() local 213 ts1 = ts0 = sched_clock(); in csd_lock_wait() 215 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id)) in csd_lock_wait()
|