Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_rtc.c128 static struct sx rtc_list_lock; variable
228 sx_xlock(&rtc_list_lock); in clock_register_flags()
242 sx_xunlock(&rtc_list_lock); in clock_register_flags()
261 sx_xlock(&rtc_list_lock); in clock_unregister()
268 sx_xunlock(&rtc_list_lock); in clock_unregister()
281 sx_xlock(&rtc_list_lock); in clock_schedule()
288 sx_xunlock(&rtc_list_lock); in clock_schedule()
298 sx_xlock(&rtc_list_lock); in read_clocks()
317 sx_xunlock(&rtc_list_lock); in read_clocks()
387 sx_xlock(&rtc_list_lock); in resettodr()
[all …]