Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c41 static const Watchdog watchdog_list[] = { variable
58 ptrdiff_t diff = wd - watchdog_list; in watchdog_index()
60 g_assert(diff >= 0 && diff < ARRAY_SIZE(watchdog_list)); in watchdog_index()
311 for (int i = 0; i < ARRAY_SIZE(watchdog_list); ++i) { in main()
312 const Watchdog *wd = &watchdog_list[i]; in main()
/openbmc/linux/kernel/time/
H A Dclocksource.c141 static LIST_HEAD(watchdog_list);
217 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable()
400 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog()
421 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog()
585 if (watchdog_running || !watchdog || list_empty(&watchdog_list)) in clocksource_start_watchdog()
595 if (!watchdog_running || (watchdog && !list_empty(&watchdog_list))) in clocksource_stop_watchdog()
612 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog()
683 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread()