Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c791 callout_reset(&ntb->hb_timer, AMD_LINK_HB_TIMEOUT, in amd_link_hb()
794 callout_reset(&ntb->hb_timer, (AMD_LINK_HB_TIMEOUT * 10), in amd_link_hb()
1063 callout_init(&ntb->hb_timer, 1); in amd_ntb_init_dev()
1064 callout_reset(&ntb->hb_timer, AMD_LINK_HB_TIMEOUT, in amd_ntb_init_dev()
1251 callout_drain(&ntb->hb_timer); in amd_ntb_detach()
H A Dntb_hw_amd.h237 struct callout hb_timer; member
/freebsd-12.1/sys/netinet/
H A Dsctp_var.h191 (void)SCTP_OS_TIMER_STOP(&(__net)->hb_timer.timer); \
H A Dsctp_structs.h259 struct sctp_timer hb_timer; member
H A Dsctp_pcb.c2755 net->hb_timer.ep = (void *)new_inp; in sctp_move_pcb_and_assoc()
3931 SCTP_OS_TIMER_INIT(&net->hb_timer.timer); in sctp_add_remote_addr()
4800 (void)SCTP_OS_TIMER_STOP(&net->hb_timer.timer); in sctp_free_assoc()
4801 net->hb_timer.self = NULL; in sctp_free_assoc()
4984 (void)SCTP_OS_TIMER_STOP(&net->hb_timer.timer); in sctp_free_assoc()
H A Dsctputil.c795 (void)SCTP_OS_TIMER_STOP(&net->hb_timer.timer); in sctp_stop_timers_for_shutdown()
2105 tmr = &net->hb_timer; in sctp_timer_start()
2320 tmr = &net->hb_timer; in sctp_timer_stop()