Home
last modified time | relevance | path

Searched refs:watchdog_timeout (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hwmon/
H A Dw83793.c259 int watchdog_timeout; /* watchdog timeout in minutes */ member
1204 data->watchdog_timeout = mtimeout; in watchdog_set_timeout()
1208 data->watchdog_timeout); in watchdog_set_timeout()
1222 timeout = data->watchdog_timeout * 60; in watchdog_get_timeout()
1240 data->watchdog_timeout); in watchdog_trigger()
1259 data->watchdog_timeout); in watchdog_enable()
1853 data->watchdog_timeout = timeout; in w83793_probe()
/linux/kernel/sched/
H A Dext_internal.h1067 unsigned long watchdog_timeout; member
H A Dext.c3401 last_runnable + READ_ONCE(sch->watchdog_timeout)))) { in check_rq_for_timeouts()
3449 last_check + READ_ONCE(root->watchdog_timeout)))) { in scx_tick()
5574 intv = max(min(intv, sch->watchdog_timeout / 2), 1); in refresh_watchdog()
6575 sch->watchdog_timeout = msecs_to_jiffies(ops->timeout_ms); in scx_alloc_and_add_sched()
6577 sch->watchdog_timeout = SCX_WATCHDOG_MAX_TIMEOUT; in scx_alloc_and_add_sched()
/linux/drivers/gpib/common/
H A Dgpib_os.c86 static void watchdog_timeout(struct timer_list *t) in watchdog_timeout() function
105 board->timer.function = watchdog_timeout; in os_start_timer()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3427 __le16 watchdog_timeout; member
H A Dsli4.c3668 req->watchdog_timeout = cpu_to_le16(timeout); in sli4_cmd_lowlevel_set_watchdog()