Searched refs:timer_pending (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h98 BOOL timer_pending; member in struct:SCIC_SDS_PORT_CONFIGURATION_AGENT
H A Dscic_sds_port_configuration_agent.c443 port_agent->timer_pending = FALSE;
556 && !port_agent->timer_pending
559 port_agent->timer_pending = TRUE;
662 if (port_agent->timer_pending)
667 port_agent->timer_pending = TRUE;
941 port_agent->timer_pending = FALSE;
998 port_agent->timer_pending = FALSE;
1097 if (port_agent->timer_pending == TRUE)
1104 port_agent->timer_pending = FALSE;
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h87 #define timer_pending(timer) callout_pending(&(timer)->callout) macro
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c473 if (!timer_pending(&cq->timer))
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1283 if (timer_pending(&ep->timer)) {

Completed in 74 milliseconds