Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dtask_mmu.c1580 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function
1672 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
1686 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats()
1709 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1313 struct delayed_work gather_stats; member
Dipw2200.c4374 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats()
4380 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats()
10642 cancel_delayed_work(&priv->gather_stats); in ipw_link_down()
10682 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work()
11835 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()