Searched refs:gather_stats (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 1388 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function 1479 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats() 1493 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1515 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1313 struct delayed_work gather_stats; member
|
D | ipw2200.c | 4385 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats() 4391 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats() 10653 cancel_delayed_work(&priv->gather_stats); in ipw_link_down() 10693 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work() 11842 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()
|