Searched refs:gather_stats (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmempolicy.c407 static void gather_stats(struct page *, void *, int pte_dirty);
443 gather_stats(page, private, pte_dirty(*pte));
2477 static void gather_stats(struct page *page, void *private, int pte_dirty) function
2530 gather_stats(page, md, pte_dirty(*ptep));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1317 struct delayed_work gather_stats; member in struct:ipw_priv
H A Dipw2200.c4345 queue_delayed_work(priv->workqueue, &priv->gather_stats,
4352 container_of(work, struct ipw_priv, gather_stats.work);
10737 cancel_delayed_work(&priv->gather_stats);
10778 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
11893 cancel_delayed_work(&priv->gather_stats);

Completed in 193 milliseconds