Home
last modified time | relevance | path

Searched refs:watchdog_timer (Results 1 - 25 of 74) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/time/
H A Dclocksource.c116 static struct timer_list watchdog_timer; variable
417 watchdog_timer.expires = jiffies; in clocksource_watchdog()
486 if (!timer_pending(&watchdog_timer)) { in clocksource_watchdog()
487 watchdog_timer.expires += WATCHDOG_INTERVAL + extra_wait; in clocksource_watchdog()
488 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()
498 timer_setup(&watchdog_timer, clocksource_watchdog, 0); in clocksource_start_watchdog()
499 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()
500 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask)); in clocksource_start_watchdog()
508 del_timer(&watchdog_timer); in clocksource_stop_watchdog()
/kernel/linux/linux-6.6/kernel/time/
H A Dclocksource.c133 static struct timer_list watchdog_timer; variable
492 watchdog_timer.expires = jiffies; in clocksource_watchdog()
575 if (!timer_pending(&watchdog_timer)) { in clocksource_watchdog()
576 watchdog_timer.expires += WATCHDOG_INTERVAL + extra_wait; in clocksource_watchdog()
577 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()
587 timer_setup(&watchdog_timer, clocksource_watchdog, 0); in clocksource_start_watchdog()
588 watchdog_timer.expires = jiffies + WATCHDOG_INTERVAL; in clocksource_start_watchdog()
589 add_timer_on(&watchdog_timer, cpumask_first(cpu_online_mask)); in clocksource_start_watchdog()
597 del_timer(&watchdog_timer); in clocksource_stop_watchdog()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq25980_charger.c104 int watchdog_timer; member
1090 if (bq->watchdog_timer) { in bq25980_hw_init()
1091 if (bq->watchdog_timer >= bq25980_watchdog_time[wd_max_val]) in bq25980_hw_init()
1095 if (bq->watchdog_timer > bq25980_watchdog_time[i] && in bq25980_hw_init()
1096 bq->watchdog_timer < bq25980_watchdog_time[i + 1]) { in bq25980_hw_init()
1148 &bq->watchdog_timer); in bq25980_parse_dt()
1150 bq->watchdog_timer = BQ25980_WATCHDOG_MIN; in bq25980_parse_dt()
1152 if (bq->watchdog_timer > BQ25980_WATCHDOG_MAX || in bq25980_parse_dt()
1153 bq->watchdog_timer < BQ25980_WATCHDOG_MIN) in bq25980_parse_dt()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq25980_charger.c104 int watchdog_timer; member
1090 if (bq->watchdog_timer) { in bq25980_hw_init()
1091 if (bq->watchdog_timer >= bq25980_watchdog_time[wd_max_val]) in bq25980_hw_init()
1095 if (bq->watchdog_timer > bq25980_watchdog_time[i] && in bq25980_hw_init()
1096 bq->watchdog_timer < bq25980_watchdog_time[i + 1]) { in bq25980_hw_init()
1148 &bq->watchdog_timer); in bq25980_parse_dt()
1150 bq->watchdog_timer = BQ25980_WATCHDOG_MIN; in bq25980_parse_dt()
1152 if (bq->watchdog_timer > BQ25980_WATCHDOG_MAX || in bq25980_parse_dt()
1153 bq->watchdog_timer < BQ25980_WATCHDOG_MIN) in bq25980_parse_dt()
H A Dbq256xx_charger.c228 * @watchdog_timer: watchdog timer value in milliseconds
249 int watchdog_timer; member
1573 if (bq->watchdog_timer == bq256xx_watchdog_time[i]) { in bq256xx_hw_init()
1578 bq->watchdog_timer > bq256xx_watchdog_time[i] && in bq256xx_hw_init()
1579 bq->watchdog_timer < bq256xx_watchdog_time[i + 1]) in bq256xx_hw_init()
1668 &bq->watchdog_timer); in bq256xx_parse_dt()
1670 bq->watchdog_timer = BQ256XX_WATCHDOG_DIS; in bq256xx_parse_dt()
1672 if (bq->watchdog_timer > BQ256XX_WATCHDOG_MAX || in bq256xx_parse_dt()
1673 bq->watchdog_timer < BQ256XX_WATCHDOG_DIS) in bq256xx_parse_dt()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_bus_pci.c363 mod_timer(&ionic->watchdog_timer, in ionic_probe()
392 del_timer_sync(&ionic->watchdog_timer); in ionic_remove()
423 del_timer_sync(&ionic->watchdog_timer); in ionic_reset_prepare()
455 mod_timer(&ionic->watchdog_timer, jiffies + 1); in ionic_reset_done()
H A Dionic.h62 struct timer_list watchdog_timer; member
H A Dionic_dev.c16 struct ionic *ionic = from_timer(ionic, t, watchdog_timer); in ionic_watchdog_cb()
21 mod_timer(&ionic->watchdog_timer, in ionic_watchdog_cb()
54 timer_setup(&ionic->watchdog_timer, ionic_watchdog_cb, 0); in ionic_watchdog_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic.h57 struct timer_list watchdog_timer; member
H A Dionic_dev.c16 struct ionic *ionic = from_timer(ionic, t, watchdog_timer); in ionic_watchdog_cb()
19 mod_timer(&ionic->watchdog_timer, in ionic_watchdog_cb()
93 timer_setup(&ionic->watchdog_timer, ionic_watchdog_cb, 0); in ionic_dev_setup()
95 mod_timer(&ionic->watchdog_timer, in ionic_dev_setup()
H A Dionic_bus_pci.c347 del_timer_sync(&ionic->watchdog_timer); in ionic_probe()
376 del_timer_sync(&ionic->watchdog_timer); in ionic_remove()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_generic.c440 struct net_device *dev = from_timer(dev, t, watchdog_timer); in dev_watchdog()
471 if (!mod_timer(&dev->watchdog_timer, in dev_watchdog()
487 if (!mod_timer(&dev->watchdog_timer, in __netdev_watchdog_up()
502 if (del_timer(&dev->watchdog_timer)) in dev_watchdog_down()
1373 timer_setup(&dev->watchdog_timer, dev_watchdog, 0); in dev_init_scheduler()
1384 WARN_ON(timer_pending(&dev->watchdog_timer)); in dev_shutdown()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_generic.c497 struct net_device *dev = from_timer(dev, t, watchdog_timer); in dev_watchdog()
531 if (!mod_timer(&dev->watchdog_timer, in dev_watchdog()
548 if (!mod_timer(&dev->watchdog_timer, in __netdev_watchdog_up()
564 if (del_timer(&dev->watchdog_timer)) in dev_watchdog_down()
1470 timer_setup(&dev->watchdog_timer, dev_watchdog, 0); in dev_init_scheduler()
1481 WARN_ON(timer_pending(&dev->watchdog_timer)); in dev_shutdown()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c146 struct s5p_mfc_dev *dev = from_timer(dev, t, watchdog_timer); in s5p_mfc_watchdog()
159 dev->watchdog_timer.expires = jiffies + in s5p_mfc_watchdog()
161 add_timer(&dev->watchdog_timer); in s5p_mfc_watchdog()
822 dev->watchdog_timer.expires = jiffies + in s5p_mfc_open()
824 add_timer(&dev->watchdog_timer); in s5p_mfc_open()
917 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_open()
966 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_release()
1337 timer_setup(&dev->watchdog_timer, s5p_mfc_watchdog, 0); in s5p_mfc_probe()
1449 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_remove()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c146 struct s5p_mfc_dev *dev = from_timer(dev, t, watchdog_timer); in s5p_mfc_watchdog()
161 dev->watchdog_timer.expires = jiffies + in s5p_mfc_watchdog()
163 add_timer(&dev->watchdog_timer); in s5p_mfc_watchdog()
837 dev->watchdog_timer.expires = jiffies + in s5p_mfc_open()
839 add_timer(&dev->watchdog_timer); in s5p_mfc_open()
932 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_open()
981 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_release()
1344 timer_setup(&dev->watchdog_timer, s5p_mfc_watchdog, 0); in s5p_mfc_probe()
1457 del_timer_sync(&dev->watchdog_timer); in s5p_mfc_remove()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h112 struct timer_list watchdog_timer; member
H A Dixgb_main.c240 mod_timer(&adapter->watchdog_timer, jiffies); in ixgb_up()
264 del_timer_sync(&adapter->watchdog_timer); in ixgb_down()
474 timer_setup(&adapter->watchdog_timer, ixgb_watchdog, 0); in ixgb_probe()
1118 struct ixgb_adapter *adapter = from_timer(adapter, t, watchdog_timer); in ixgb_watchdog()
1173 mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ); in ixgb_watchdog()
1734 mod_timer(&adapter->watchdog_timer, jiffies); in ixgb_intr()
2288 mod_timer(&adapter->watchdog_timer, jiffies); in ixgb_io_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h156 struct timer_list watchdog_timer; member
H A Dnetdev.c863 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_msix_other()
1562 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_up()
1597 del_timer_sync(&adapter->watchdog_timer); in igbvf_down()
1753 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_open()
1908 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer); in igbvf_watchdog()
1969 mod_timer(&adapter->watchdog_timer, in igbvf_watchdog_task()
2848 timer_setup(&adapter->watchdog_timer, igbvf_watchdog, 0); in igbvf_probe()
2916 del_timer_sync(&adapter->watchdog_timer); in igbvf_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h156 struct timer_list watchdog_timer; member
H A Dnetdev.c863 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_msix_other()
1561 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_up()
1596 del_timer_sync(&adapter->watchdog_timer); in igbvf_down()
1752 mod_timer(&adapter->watchdog_timer, jiffies + 1); in igbvf_open()
1907 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer); in igbvf_watchdog()
1968 mod_timer(&adapter->watchdog_timer, in igbvf_watchdog_task()
2851 timer_setup(&adapter->watchdog_timer, igbvf_watchdog, 0); in igbvf_probe()
2919 del_timer_sync(&adapter->watchdog_timer); in igbvf_remove()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcyttsp4_core.h344 struct timer_list watchdog_timer; member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl2.h447 struct timer_list watchdog_timer; member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl2.h447 struct timer_list watchdog_timer; member
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcyttsp4_core.h330 struct timer_list watchdog_timer; member

Completed in 64 milliseconds

123