Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dprotos.h44 struct irdma_gather_stats *gather_stats,
H A Dctrl.c6373 struct irdma_gather_stats *gather_stats = in sc_vsi_update_stats() local
6385 hw_stats->stats_val[i] = gather_stats->val[idx]; in sc_vsi_update_stats()
6390 irdma_update_stats(hw_stats, gather_stats, last_gather_stats, in sc_vsi_update_stats()
6566 struct irdma_gather_stats *gather_stats, in irdma_update_stats() argument
6574 u64 new_val = irdma_stat_val(gather_stats->val, map[i].byteoff, in irdma_update_stats()
6584 memcpy(last_gather_stats, gather_stats, sizeof(*last_gather_stats)); in irdma_update_stats()
H A Dutils.c1693 struct irdma_gather_stats *gather_stats = in irdma_cqp_gather_stats_gen1() local
1715 gather_stats->val[map[i].byteoff / sizeof(u64)] = new_val; in irdma_cqp_gather_stats_gen1()
/linux/fs/proc/
H A Dtask_mmu.c3136 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function
3234 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
3250 gather_stats(page, md, pte_dirty(ptent), 1); in gather_pte_stats()
3274 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1294 struct delayed_work gather_stats; member
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()
10578 cancel_delayed_work(&priv->gather_stats); in ipw_link_down()
10616 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work()
11766 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()