Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c478 if (wd_data.wd1_timeout >= 0) { in wd_arm()
479 wd_time1 = wd_data.wd1_timeout/WD_L1_RESOLUTION; in wd_arm()
506 if (wd_data.wd1_timeout == -1) { in wd_arm()
571 switch (wd_data.wd1_timeout) { in wd_patting_thread()
610 if (wd_data.wd1_timeout > WD_PAT_TIME) { in wd_patting_thread()
613 pat_time = wd_data.wd1_timeout - 80; in wd_patting_thread()
623 sleep_time = wd_data.wd1_timeout - pat_time; in wd_patting_thread()
625 if (wd_data.wd1_timeout <= 0 || sleep_time <= 0) { in wd_patting_thread()
776 if (wd_data.wd1_timeout >= 0) { in wd_worker_function()
844 if (wd_data.wd1_timeout >= 0) { in wd_worker_function()
[all …]
H A Dpiclwatchdog.h152 int32_t wd1_timeout; /* L1 timeout */ member