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

/freebsd-13-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-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h87 #define timer_pending(timer) callout_pending(&(timer)->callout) macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c122 ASSERT(!timer_pending(&t->tqent_timer));
180 ASSERT(!timer_pending(&t->tqent_timer));
540 if (timer_pending(&t->tqent_timer)) {
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c473 if (!timer_pending(&cq->timer))
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1282 if (timer_pending(&ep->timer)) {

Completed in 90 milliseconds