Searched refs:gather_stats (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 1362 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function 1427 gather_stats(page, md, pte_dirty(huge_pte), in gather_pte_stats() 1440 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1461 gather_stats(page, md, pte_dirty(*pte), 1); in gather_hugetlb_stats()
|
/linux-4.1.27/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() 10654 cancel_delayed_work(&priv->gather_stats); in ipw_link_down() 10694 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work() 11843 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()
|