Searched refs:restart_timer (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | aspm.c | 131 bool restart_timer; in __aspm_ctx_disable() local 149 restart_timer = ktime_to_ns(ktime_sub(now, rcd->aspm_ts_timer_sched)) > in __aspm_ctx_disable() 151 restart_timer = restart_timer && close_interrupts; in __aspm_ctx_disable() 157 restart_timer = true; in __aspm_ctx_disable() 160 if (restart_timer) { in __aspm_ctx_disable()
|
| /linux/drivers/atm/ |
| H A D | idt77105.c | 54 static DEFINE_TIMER(restart_timer, idt77105_restart_timer_func); 138 if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD); in idt77105_restart_timer_func() 313 restart_timer.expires = jiffies+IDT77105_RESTART_TIMER_PERIOD; in idt77105_start() 314 add_timer(&restart_timer); in idt77105_start() 370 timer_delete_sync(&restart_timer); in idt77105_exit()
|
| /linux/net/batman-adv/ |
| H A D | bat_v_elp.c | 309 goto restart_timer; in batadv_v_elp_periodic_work() 313 goto restart_timer; in batadv_v_elp_periodic_work() 377 restart_timer: in batadv_v_elp_periodic_work()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 726 int restart_timer = 0; in happy_meal_timer() local 756 restart_timer = 1; in happy_meal_timer() 777 restart_timer = 1; in happy_meal_timer() 779 restart_timer = 1; in happy_meal_timer() 797 restart_timer = 0; in happy_meal_timer() 803 restart_timer = 1; in happy_meal_timer() 805 restart_timer = 1; in happy_meal_timer() 827 restart_timer = 1; in happy_meal_timer() 836 restart_timer = 1; in happy_meal_timer() 844 restart_timer = 0; in happy_meal_timer() [all …]
|
| H A D | sunbmac.c | 531 int restart_timer = 0; in bigmac_timer() local 543 restart_timer = 0; in bigmac_timer() 560 restart_timer = 1; in bigmac_timer() 562 restart_timer = 1; in bigmac_timer() 569 restart_timer = 0; in bigmac_timer() 574 if (restart_timer != 0) { in bigmac_timer()
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_main.h | 218 fsm_timer restart_timer; member
|
| H A D | ctcm_mpc.c | 535 fsm_deltimer(&priv->restart_timer); in ctc_mpc_dealloc_ch() 1362 fsm_deltimer(&priv->restart_timer); in mpc_action_go_inop() 1412 fsm_deltimer(&priv->restart_timer); in mpc_action_go_inop() 1413 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_RESTART, dev); in mpc_action_go_inop() 1420 fsm_deltimer(&priv->restart_timer); in mpc_action_go_inop() 1421 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()
|
| H A D | ctcm_main.c | 1110 fsm_settimer(priv->fsm, &priv->restart_timer); in ctcm_init_netdevice()
|
| /linux/net/sctp/ |
| H A D | outqueue.c | 1448 __u8 restart_timer = 0; in sctp_check_transmitted() local 1554 restart_timer = 1; in sctp_check_transmitted() 1596 restart_timer = 1; in sctp_check_transmitted() 1692 } else if (restart_timer) { in sctp_check_transmitted()
|
| /linux/net/dccp/ccids/ |
| H A D | ccid3.c | |
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | main.c | 819 goto restart_timer; in bnxt_re_pacing_timer_exp() 833 restart_timer: in bnxt_re_pacing_timer_exp()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 11067 goto restart_timer; in tg3_timer() 11095 goto restart_timer; in tg3_timer() 11198 restart_timer: in tg3_timer()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 3940 goto restart_timer; in lpfc_poll_eratt() 3967 restart_timer: in lpfc_poll_eratt()
|