Lines Matching defs:bug_id
231 static bool csd_lock_wait_toolong(call_single_data_t *csd, u64 ts0, u64 *ts1, int *bug_id, unsigned long *nmessages)
242 if (!unlikely(*bug_id))
246 *bug_id, raw_smp_processor_id(), cpu);
267 firsttime = !*bug_id;
269 *bug_id = atomic_inc_return(&csd_bug_count);
279 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), (s64)ts_delta,
292 *bug_id, READ_ONCE(per_cpu(cur_csd_func, cpux)),
296 *bug_id, !cpu_cur_csd ? "unresponsive" : "handling this request");
302 pr_alert("csd: Re-sending CSD lock (#%d) IPI from CPU#%02d to CPU#%02d\n", *bug_id, raw_smp_processor_id(), cpu);
323 int bug_id = 0;
328 if (csd_lock_wait_toolong(csd, ts0, &ts1, &bug_id, &nmessages))