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

/freebsd-10.3-release/sys/x86/isa/
H A Datrtc.c57 #define RTC_UNLOCK do { if (!kdb_active) mtx_unlock_spin(&clock_lock); } while (0) macro
82 RTC_UNLOCK;
99 RTC_UNLOCK;
/freebsd-10.3-release/sys/i386/xen/
H A Dclock.c118 #define RTC_UNLOCK mtx_unlock_spin(&clock_lock) macro
348 RTC_UNLOCK;
/freebsd-10.3-release/sys/arm/ti/am335x/
H A Dam335x_rtc.c48 #define RTC_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro

Completed in 58 milliseconds