Home
last modified time | relevance | path

Searched refs:gather_stats (Results 1 – 2 of 2) sorted by relevance

/linux/fs/proc/
H A Dtask_mmu.c3342 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function
3440 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
3456 gather_stats(page, md, pte_dirty(ptent), 1); in gather_pte_stats()
3480 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c4314 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats()
4320 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats()
10587 cancel_delayed_work(&priv->gather_stats); in ipw_link_down()
10625 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work()
11779 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()