Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c443 port_agent->timer_pending = FALSE; in scic_sds_mpc_agent_timeout_handler()
556 && !port_agent->timer_pending in scic_sds_mpc_agent_link_down()
559 port_agent->timer_pending = TRUE; in scic_sds_mpc_agent_link_down()
662 if (port_agent->timer_pending) in scic_sds_apc_agent_start_timer()
667 port_agent->timer_pending = TRUE; in scic_sds_apc_agent_start_timer()
941 port_agent->timer_pending = FALSE; in scic_sds_apc_agent_timeout_handler()
998 port_agent->timer_pending = FALSE; in scic_sds_port_configuration_agent_construct()
1097 if (port_agent->timer_pending == TRUE) in scic_sds_port_configuration_agent_destroy()
1104 port_agent->timer_pending = FALSE; in scic_sds_port_configuration_agent_destroy()
H A Dscic_sds_port_configuration_agent.h98 BOOL timer_pending; member
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h87 #define timer_pending(timer) callout_pending(&(timer)->callout) macro
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c122 ASSERT(!timer_pending(&t->tqent_timer)); in task_alloc()
180 ASSERT(!timer_pending(&t->tqent_timer)); in task_free()
540 if (timer_pending(&t->tqent_timer)) { in taskq_cancel_id()
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c473 if (!timer_pending(&cq->timer)) in mlx4_en_xmit_poll()
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1280 if (timer_pending(&ep->timer)) { in start_ep_timer()