Home
last modified time | relevance | path

Searched refs:timer_pending (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c441 port_agent->timer_pending = FALSE; in scic_sds_mpc_agent_timeout_handler()
554 && !port_agent->timer_pending in scic_sds_mpc_agent_link_down()
557 port_agent->timer_pending = TRUE; in scic_sds_mpc_agent_link_down()
660 if (port_agent->timer_pending) in scic_sds_apc_agent_start_timer()
665 port_agent->timer_pending = TRUE; in scic_sds_apc_agent_start_timer()
939 port_agent->timer_pending = FALSE; in scic_sds_apc_agent_timeout_handler()
996 port_agent->timer_pending = FALSE; in scic_sds_port_configuration_agent_construct()
1095 if (port_agent->timer_pending == TRUE) in scic_sds_port_configuration_agent_destroy()
1102 port_agent->timer_pending = FALSE; in scic_sds_port_configuration_agent_destroy()
H A Dscic_sds_port_configuration_agent.h96 BOOL timer_pending; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h87 #define timer_pending(timer) callout_pending(&(timer)->callout) macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c212 ASSERT(!timer_pending(&t->tqent_timer)); in task_alloc()
271 ASSERT(!timer_pending(&t->tqent_timer)); in task_free()
637 if (timer_pending(&t->tqent_timer)) { in taskq_cancel_id()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c473 if (!timer_pending(&cq->timer)) in mlx4_en_xmit_poll()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h384 u8 started:1, stopped:1, timer_pending:1; member
/freebsd/sys/dev/irdma/
H A Dirdma_cm.c1232 was_timer_set = timer_pending(&cm_core->tcp_timer); in irdma_schedule_cm_timer()
1420 if (!timer_pending(&cm_core->tcp_timer)) { in irdma_cm_timer_tick()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1279 if (timer_pending(&ep->timer)) { in start_ep_timer()