Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dprotos.h43 struct irdma_gather_stats *gather_stats,
H A Dctrl.c5317 struct irdma_gather_stats *gather_stats; in sc_vsi_update_stats() local
5320 gather_stats = vsi->pestat->gather_info.gather_stats_va; in sc_vsi_update_stats()
5322 irdma_update_stats(&vsi->pestat->hw_stats, gather_stats, in sc_vsi_update_stats()
5470 struct irdma_gather_stats *gather_stats, in irdma_update_stats() argument
5478 u64 new_val = irdma_stat_val(gather_stats->val, map[i].byteoff, in irdma_update_stats()
5488 memcpy(last_gather_stats, gather_stats, sizeof(*last_gather_stats)); in irdma_update_stats()
H A Dutils.c1712 struct irdma_gather_stats *gather_stats = in irdma_cqp_gather_stats_gen1() local
1734 gather_stats->val[map[i].byteoff / sizeof(u64)] = new_val; in irdma_cqp_gather_stats_gen1()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1794 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() function
1886 gather_stats(page, md, pmd_dirty(*pmd), in gather_pte_stats()
1902 gather_stats(page, md, pte_dirty(ptent), 1); in gather_pte_stats()
1923 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1298 struct delayed_work gather_stats; member
H A Dipw2200.c4315 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL); in ipw_gather_stats()
4321 container_of(work, struct ipw_priv, gather_stats.work); in ipw_bg_gather_stats()
10576 cancel_delayed_work(&priv->gather_stats); in ipw_link_down()
10614 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats); in ipw_setup_deferred_work()
11762 cancel_delayed_work_sync(&priv->gather_stats); in ipw_pci_remove()