Searched refs:watchdog_pretimeout (Results 1 – 1 of 1) sorted by relevance
22 static usec_t watchdog_pretimeout; /* 0 → disable pretimeout and USEC_INFINITY → don't change preti… variable158 watchdog_pretimeout = 0; in watchdog_get_pretimeout()162 watchdog_pretimeout = sec * USEC_PER_SEC; in watchdog_get_pretimeout()171 assert(watchdog_pretimeout != USEC_INFINITY); in watchdog_set_pretimeout()173 sec = saturated_usec_to_sec(watchdog_pretimeout); in watchdog_set_pretimeout()176 watchdog_pretimeout = 0; in watchdog_set_pretimeout()210 if (watchdog_timeout == USEC_INFINITY || watchdog_pretimeout == USEC_INFINITY) in update_pretimeout()213 if (!watchdog_supports_pretimeout && watchdog_pretimeout == 0) in update_pretimeout()238 pt_sec = saturated_usec_to_sec(watchdog_pretimeout); in update_pretimeout()247 if (watchdog_pretimeout == 0) in update_pretimeout()[all …]