Searched refs:timeout_timer (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_umadt.h94 cl_timer_t timeout_timer; member in struct:_mad_bind_info_t
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h106 struct timer_list timeout_timer; member in struct:ib_mad_agent_private
H A Dmad.c328 setup_timer(&mad_agent_priv->timeout_timer, timeout_callback,
536 del_timer_sync(&mad_agent_priv->timeout_timer);
1997 del_timer(&mad_agent_priv->timeout_timer);
2006 mod_timer(&mad_agent_priv->timeout_timer,
2040 mod_timer(&mad_agent_priv->timeout_timer,
2498 mod_timer(&mad_agent_priv->timeout_timer,
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_umadt.c799 cl_status = cl_timer_init(&p_mad_bind_info->timeout_timer,
818 cl_timer_start(&p_mad_bind_info->timeout_timer,
845 cl_timer_destroy(&p_mad_bind_info->timeout_timer);
1112 cl_timer_start(&p_mad_bind_info->timeout_timer,
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_sds_controller.h179 void *timeout_timer; member in struct:SCIC_SDS_CONTROLLER
H A Dscic_sds_controller.c3809 if(this_controller->timeout_timer != NULL)
3811 scic_cb_timer_destroy(this_controller, this_controller->timeout_timer);
3812 this_controller->timeout_timer = NULL;
5375 this_controller->timeout_timer = scic_cb_timer_create(
5672 scic_cb_timer_start(controller, this_controller->timeout_timer, timeout);
5772 scic_cb_timer_start(controller, this_controller->timeout_timer, timeout);
6650 scic_cb_timer_stop(object, this_controller->timeout_timer);
6792 scic_cb_timer_stop(this_controller, this_controller->timeout_timer);
6819 this_controller->timeout_timer
6821 this_controller->timeout_timer
[all...]

Completed in 186 milliseconds