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

/arch/powerpc/kernel/
H A Dmachine_kexec_64.c187 int my_cpu, i, notified=-1; local
211 if (i != notified) {
215 notified = i;
/arch/powerpc/platforms/powernv/
H A Dsetup.c200 int my_cpu, i, notified = -1; local
217 if (i != notified) {
221 notified = i;
/arch/x86/kernel/
H A Dapm_32.c1191 static int notified; local
1193 if (notified++ == 0)
1308 static int notified; local
1315 if ((error != APM_NO_EVENTS) && (notified++ == 0))

Completed in 311 milliseconds