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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c1443 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
1576 cancel_delayed_work(&priv->hang_check);
1834 cancel_delayed_work(&priv->hang_check);
1903 cancel_delayed_work(&priv->hang_check);
4375 cancel_delayed_work(&priv->hang_check);
5860 container_of(work, struct ipw2100_priv, hang_check.work);
5895 queue_delayed_work(priv->workqueue, &priv->hang_check, HZ / 2);
6055 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check);
H A Dipw2100.h468 int stop_hang_check; /* Set 1 when shutting down to kill hang_check */
564 struct delayed_work hang_check; member in struct:ipw2100_priv

Completed in 72 milliseconds