Searched refs:rtc_list (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsubr_rtc.c125 static struct rtc_listhead rtc_list = LIST_HEAD_INITIALIZER(rtc_list); variable in typeref:struct:rtc_listhead
227 if (LIST_EMPTY(&rtc_list)) {
228 LIST_INSERT_HEAD(&rtc_list, newrtc, rtc_entries);
230 LIST_FOREACH(rtc, &rtc_list, rtc_entries) {
260 LIST_FOREACH_SAFE(rtc, &rtc_list, rtc_entries, tmp) {
280 LIST_FOREACH(rtc, &rtc_list, rtc_entries) {
297 LIST_FOREACH(rtc, &rtc_list, rtc_entries) {
386 LIST_FOREACH(rtc, &rtc_list, rtc_entries) {

Completed in 80 milliseconds