Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dtask_mmu.c1667 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function
1759 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
1773 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats()
1796 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1299 struct delayed_work gather_stats; member
Dipw2200.c4360 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats()
4366 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats()
10628 cancel_delayed_work(&priv->gather_stats); in ipw_link_down()
10668 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work()
11818 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()