Searched refs:gather_stats (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | protos.h | 43 struct irdma_gather_stats *gather_stats,
|
H A D | ctrl.c | 5317 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 D | utils.c | 1712 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 D | task_mmu.c | 1794 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 D | ipw2200.h | 1298 struct delayed_work gather_stats; member
|
H A D | ipw2200.c | 4315 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()
|