watchdog_governor
static struct watchdog_governor watchdog_gov_noop = {
static struct watchdog_governor watchdog_gov_panic = {
int watchdog_register_governor(struct watchdog_governor *gov)
void watchdog_unregister_governor(struct watchdog_governor *gov)
static struct watchdog_governor *default_gov;
struct watchdog_governor *gov;
int watchdog_register_governor(struct watchdog_governor *gov);
void watchdog_unregister_governor(struct watchdog_governor *gov);
const struct watchdog_governor *gov;
struct watchdog_governor;