cmos_lock          34 arch/x86/include/asm/mc146818rtc.h extern volatile unsigned long cmos_lock;
cmos_lock          46 arch/x86/include/asm/mc146818rtc.h 		if (cmos_lock) {
cmos_lock          50 arch/x86/include/asm/mc146818rtc.h 		if (__cmpxchg(&cmos_lock, 0, new, sizeof(cmos_lock)) == 0)
cmos_lock          57 arch/x86/include/asm/mc146818rtc.h 	cmos_lock = 0;
cmos_lock          62 arch/x86/include/asm/mc146818rtc.h 	return (cmos_lock >> 8) == (smp_processor_id() + 1);
cmos_lock          67 arch/x86/include/asm/mc146818rtc.h 	return cmos_lock & 0xff;
cmos_lock          25 arch/x86/kernel/rtc.c volatile unsigned long cmos_lock;
cmos_lock          26 arch/x86/kernel/rtc.c EXPORT_SYMBOL(cmos_lock);