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

/linux-master/kernel/
H A Dsmp.c221 call_single_data_t *cpu_cur_csd; local
248 cpu_cur_csd = smp_load_acquire(&per_cpu(cur_csd, cpux)); /* Before func and info. */
260 if (cpu_cur_csd && csd != cpu_cur_csd) {
266 *bug_id, !cpu_cur_csd ? "unresponsive" : "handling this request");
271 if (!cpu_cur_csd) {

Completed in 183 milliseconds