Home
last modified time | relevance | path

Searched refs:health_check_timer (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/bus/mhi/
H A Dpci_generic.c378 struct timer_list health_check_timer; member
555 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_recovery_work()
582 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_recovery_work()
608 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in health_check()
627 timer_setup(&mhi_pdev->health_check_timer, health_check, 0); in mhi_pci_probe()
686 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_probe()
711 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_remove()
739 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_reset_prepare()
784 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_reset_done()
849 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_runtime_suspend()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/bus/mhi/
H A Dpci_generic.c378 struct timer_list health_check_timer; member
555 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_recovery_work()
582 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_recovery_work()
608 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in health_check()
627 timer_setup(&mhi_pdev->health_check_timer, health_check, 0); in mhi_pci_probe()
686 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_probe()
711 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_remove()
739 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_reset_prepare()
784 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_reset_done()
849 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_runtime_suspend()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/bus/mhi/
H A Dpci_generic.c378 struct timer_list health_check_timer; member
555 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_recovery_work()
582 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_recovery_work()
608 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in health_check()
627 timer_setup(&mhi_pdev->health_check_timer, health_check, 0); in mhi_pci_probe()
686 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_probe()
711 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_remove()
739 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_reset_prepare()
784 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_reset_done()
849 del_timer(&mhi_pdev->health_check_timer); in mhi_pci_runtime_suspend()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/
H A Dcontroller.c185 ev_timer health_check_timer; member
3990 ev_timer_again (ctx->event_loop, &ctx->health_check_timer); in rspamd_controller_health_rep()
4203 ev_timer_init (&ctx->health_check_timer, rspamd_controller_health_timer, in start_controller_worker()
4205 ctx->health_check_timer.data = ctx; in start_controller_worker()
4206 ev_timer_start (ctx->event_loop, &ctx->health_check_timer); in start_controller_worker()
/dports/mail/rspamd-devel/rspamd-93430bb/src/
H A Dcontroller.c185 ev_timer health_check_timer; member
3990 ev_timer_again (ctx->event_loop, &ctx->health_check_timer); in rspamd_controller_health_rep()
4203 ev_timer_init (&ctx->health_check_timer, rspamd_controller_health_timer, in start_controller_worker()
4205 ctx->health_check_timer.data = ctx; in start_controller_worker()
4206 ev_timer_start (ctx->event_loop, &ctx->health_check_timer); in start_controller_worker()