Searched refs:bug_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dsmp.c215 static bool csd_lock_wait_toolong(call_single_data_t *csd, u64 ts0, u64 *ts1, int *bug_id) argument
226 if (!unlikely(*bug_id))
230 *bug_id, raw_smp_processor_id(), cpu);
240 firsttime = !*bug_id;
242 *bug_id = atomic_inc_return(&csd_bug_count);
252 firsttime ? "Detected" : "Continued", *bug_id, raw_smp_processor_id(), ts_delta,
262 *bug_id, READ_ONCE(per_cpu(cur_csd_func, cpux)),
266 *bug_id, !cpu_cur_csd ? "unresponsive" : "handling this request");
272 pr_alert("csd: Re-sending CSD lock (#%d) IPI from CPU#%02d to CPU#%02d\n", *bug_id, raw_smp_processor_id(), cpu);
292 int bug_id local
[all...]

Completed in 92 milliseconds