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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2100.c1477 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
1610 cancel_delayed_work(&priv->hang_check);
1868 cancel_delayed_work(&priv->hang_check);
1991 cancel_delayed_work(&priv->hang_check);
4472 cancel_delayed_work(&priv->hang_check);
5953 container_of(work, struct ipw2100_priv, hang_check.work);
5988 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
6156 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check);
H A Dipw2100.h467 int stop_hang_check; /* Set 1 when shutting down to kill hang_check */
562 struct delayed_work hang_check; member in struct:ipw2100_priv
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c1477 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
1610 cancel_delayed_work(&priv->hang_check);
1868 cancel_delayed_work(&priv->hang_check);
1991 cancel_delayed_work(&priv->hang_check);
4472 cancel_delayed_work(&priv->hang_check);
5953 container_of(work, struct ipw2100_priv, hang_check.work);
5988 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
6156 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check);
H A Dipw2100.h467 int stop_hang_check; /* Set 1 when shutting down to kill hang_check */
562 struct delayed_work hang_check; member in struct:ipw2100_priv

Completed in 168 milliseconds