Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/perfetto/src/base/
Dwatchdog_unittest.cc48 TestWatchdog watchdog(100); in TEST() local
49 auto handle = watchdog.CreateFatalTimer(1); in TEST()
57 TestWatchdog watchdog(100); in TEST()
58 watchdog.Start(); in TEST()
59 auto handle = watchdog.CreateFatalTimer(20); in TEST()
69 TestWatchdog watchdog(100); in TEST()
70 watchdog.Start(); in TEST()
71 timers.emplace(0, watchdog.CreateFatalTimer(20)); in TEST()
88 TestWatchdog watchdog(5); in TEST()
89 watchdog.SetMemoryLimit(8 * 1024 * 1024, 25); in TEST()
[all …]
/external/u-boot/drivers/watchdog/
DKconfig4 bool "Enable U-Boot watchdog reset"
6 This option enables U-Boot watchdog support where U-Boot is using
7 watchdog_reset function to service watchdog device in U-Boot. Enable
8 this option if you want to service enabled watchdog by U-Boot. Disable
9 this option if you want U-Boot to start watchdog but never service it.
15 bool "Enable BCM2835/2836 watchdog driver"
18 Say Y here to enable the BCM2835/2836 watchdog
20 This provides basic infrastructure to support BCM2835/2836 watchdog
24 bool "TI OMAP watchdog driver"
29 Say Y here to enable the OMAP3+ watchdog driver.
[all …]
/external/perfetto/src/traced/probes/
Dprobes.cc51 base::Watchdog* watchdog = base::Watchdog::GetInstance(); in ProbesMain() local
52 watchdog->SetCpuLimit(75, 30 * 1000); in ProbesMain()
53 watchdog->SetMemoryLimit(32 * 1024 * 1024, 30 * 1000); in ProbesMain()
54 watchdog->Start(); in ProbesMain()
/external/u-boot/doc/
DREADME.watchdog8 is useful because some rom's enable the watchdog when downloading
18 Available for AT91SAM9 to service the watchdog.
21 Available for FTWDT010 to service the watchdog.
27 Available for i.mx31/35/5x/6x to service the watchdog. This is not
33 Available for Xilinx Axi platforms to service timebase watchdog timer.
DREADME.at916 - III. watchdog support
168 For security reasons, the at91 watchdog is running at boot time and,
170 If you want to use the watchdog, you will need to keep it running in
173 In the U-Boot configuration, the AT91 watchdog support is enabled using
/external/perfetto/src/traced/service/
Dservice.cc60 base::Watchdog* watchdog = base::Watchdog::GetInstance(); in ServiceMain() local
61 watchdog->SetCpuLimit(75, 30 * 1000); in ServiceMain()
62 watchdog->Start(); in ServiceMain()
/external/autotest/server/site_tests/firmware_ECWatchdog/
Dcontrol9 PURPOSE = "Servo based EC watchdog test"
10 CRITERIA = "This test will fail if EC watchdog misbehalved."
20 This test check if EC watchdog is functioning correctly.
/external/autotest/server/site_tests/firmware_EventLog/
Dfirmware_EventLog.py160 watchdog = WatchdogTester(self.host)
161 if not watchdog.is_supported():
167 with watchdog:
168 watchdog.trigger_watchdog()
/external/perfetto/include/perfetto/base/
Dwatchdog_noop.h35 static Watchdog* watchdog = new Watchdog(); in GetInstance() local
36 return watchdog; in GetInstance()
/external/u-boot/arch/arm/mach-omap2/
Dhwinit-common.c231 void wait_for_command_complete(struct watchdog *wd_base) in wait_for_command_complete()
245 struct watchdog *wd2_base = (struct watchdog *)WDT2_BASE; in watchdog_init()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
D4-1.c55 void *watchdog(void *arg) in watchdog() function
82 rc = pthread_create(&watchdog_thread, NULL, watchdog, NULL); in main()
/external/syzkaller/pkg/report/testdata/linux/report/
D78 [ 536.429346] NMI watchdog: BUG: soft lockup - CPU#1 stuck for 11s! [syz-executor7:16813]
16 NMI watchdog: BUG: soft lockup - CPU#1 stuck for 11s! [syz-executor7:16813]
D255134 [ 722.255883] [<ffffffff8141a3d9>] watchdog.cold.1+0xd3/0xee
135 [ 722.255886] [<ffffffff81358e40>] ? watchdog+0xb0/0x9a0
155 [ 722.256105] [<ffffffff8141a3ea>] watchdog.cold.1+0xe4/0xee
156 [ 722.256112] [<ffffffff81358e40>] ? watchdog+0xb0/0x9a0
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
D2-1.c62 static void *watchdog(void *arg) in watchdog() function
99 if (pthread_create(&watchdog_thread, NULL, watchdog, NULL) != 0) { in main()
/external/u-boot/drivers/sysreset/
DKconfig35 bool "Enable support for watchdog reboot driver"
38 Reboot support for generic watchdog reset.
/external/u-boot/arch/arm/mach-omap2/omap3/
Dboard.c236 static void wait_for_command_complete(struct watchdog *wd_base) in wait_for_command_complete()
250 struct watchdog *wd2_base = (struct watchdog *)WD2_BASE; in watchdog_init()
/external/bcc/tools/
Doffcputime_example.txt257 watchdog/1
264 watchdog/5
271 watchdog/4
278 watchdog/0
285 watchdog/3
292 watchdog/7
299 watchdog/2
306 watchdog/6
/external/u-boot/board/freescale/mpc8610hpcd/
DREADME42 image, with or without the watchdog timer enabled, and finally with
61 /* reset board, use alternate flash bank with watchdog timer enabled*/
/external/u-boot/drivers/usb/gadget/
Dpxa25x_udc.c72 udc->watchdog.base = get_timer(0); in start_watchdog()
73 udc->watchdog.running = 1; in start_watchdog()
78 udc->watchdog.running = 0; in stop_watchdog()
84 if (!udc->watchdog.running) in test_watchdog()
87 debug("watchdog %ld %ld\n", get_timer(udc->watchdog.base), in test_watchdog()
88 udc->watchdog.period); in test_watchdog()
90 if (get_timer(udc->watchdog.base) >= udc->watchdog.period) { in test_watchdog()
92 udc->watchdog.function(udc); in test_watchdog()
1948 dev->watchdog.running = 0; in usb_gadget_register_driver()
1949 dev->watchdog.period = 5000 * CONFIG_SYS_HZ / 1000000; /* 5 ms */ in usb_gadget_register_driver()
[all …]
/external/u-boot/arch/arm/dts/
Dsocfpga_stratix10.dtsi359 watchdog0: watchdog@ffd00200 {
368 watchdog1: watchdog@ffd00300 {
376 watchdog2: watchdog@ffd00400 {
384 watchdog3: watchdog@ffd00500 {
/external/u-boot/tools/gdb/
Dremote.c82 static int remote_debug = 0, remote_register_buf_size = 0, watchdog = 0; variable
854 timeout = watchdog > 0 ? watchdog : -1;
/external/u-boot/drivers/
DMakefile46 obj-$(CONFIG_SPL_WATCHDOG_SUPPORT) += watchdog/
92 obj-y += watchdog/
/external/linux-kselftest/tools/testing/selftests/watchdog/
D.gitignore1 watchdog-test
DMakefile2 TEST_GEN_PROGS := watchdog-test
/external/u-boot/arch/sh/cpu/sh3/
DMakefile12 obj-y = cpu.o interrupts.o watchdog.o

12345678910>>...14