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

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h96 BOOL timer_pending; member in struct:SCIC_SDS_PORT_CONFIGURATION_AGENT
H A Dscic_sds_port_configuration_agent.c441 port_agent->timer_pending = FALSE;
554 && !port_agent->timer_pending
557 port_agent->timer_pending = TRUE;
660 if (port_agent->timer_pending)
665 port_agent->timer_pending = TRUE;
939 port_agent->timer_pending = FALSE;
996 port_agent->timer_pending = FALSE;
1095 if (port_agent->timer_pending == TRUE)
1102 port_agent->timer_pending = FALSE;
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dtimer.h79 #define timer_pending(timer) callout_pending(&(timer)->timer_callout) macro
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c485 if (!timer_pending(&cq->timer))

Completed in 109 milliseconds