Searched hist:220362 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Ddb_command.cdiff 220362 Tue Apr 05 12:20:18 MDT 2011 attilio Extend the DDB command "watchdog" with the ability to specify a timeout
value.

The timeout is expressed in the form T(N) = (2^N * nanoseconds) and can
be easilly extracted from the watchdog interface as a WD_TO_* macro.
That new functionality is supposed to fix re-entering the kernel from DDB
re-enabling the watchdog again (previously disabled) and also offer the
possibility to break for deadlocked DDB commands.

Please note that retro-compatibility is retained.

Sponsored by: Sandvine Incorporated
Approved by: des
MFC after: 10 days

Completed in 174 milliseconds