Home
last modified time | relevance | path

Searched refs:unlock_rtc (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/module/x86/
Dop_rtc.c50 unlock_rtc(flags); in do_rtc_interrupt()
89 unlock_rtc(flags); in rtc_setup()
108 unlock_rtc(flags); in rtc_start()
124 unlock_rtc(flags); in rtc_stop()
/external/oprofile/module/
Dcompat22.h127 #define unlock_rtc(f) spin_unlock_irqrestore(&rtc_lock, f) macro
130 #define unlock_rtc(f) restore_flags(f) macro
Dcompat24.h25 #define unlock_rtc(f) spin_unlock_irqrestore(&rtc_lock, f) macro