Searched refs:notified (Results 1 – 5 of 5) sorted by relevance
391 bool notified = false; in mpc85xx_smp_kexec_cpu_down() local423 if (!notified && now - start > 1000000) { in mpc85xx_smp_kexec_cpu_down()428 notified = true; in mpc85xx_smp_kexec_cpu_down()432 if (notified) { in mpc85xx_smp_kexec_cpu_down()
169 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local194 if (i != notified) { in kexec_prepare_cpus_wait()198 notified = i; in kexec_prepare_cpus_wait()
397 int my_cpu, i, notified = -1; in pnv_kexec_wait_secondaries_down() local414 if (i != notified) { in pnv_kexec_wait_secondaries_down()418 notified = i; in pnv_kexec_wait_secondaries_down()
1162 static int notified; in queue_event() local1164 if (notified++ == 0) in queue_event()1279 static int notified; in get_event() local1286 if ((error != APM_NO_EVENTS) && (notified++ == 0)) in get_event()
211 to get notified the temp has exceeded a range. With this option off,
Completed in 15 milliseconds