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

/linux-master/drivers/infiniband/hw/irdma/
H A Dprotos.h43 struct irdma_gather_stats *gather_stats,
H A Dctrl.c5317 struct irdma_gather_stats *gather_stats; local
5320 gather_stats = vsi->pestat->gather_info.gather_stats_va;
5322 irdma_update_stats(&vsi->pestat->hw_stats, gather_stats,
5464 * @gather_stats: updated stat counters
5466 * @map: HW stat map (hw_stats => gather_stats)
5470 struct irdma_gather_stats *gather_stats,
5478 u64 new_val = irdma_stat_val(gather_stats->val, map[i].byteoff,
5488 memcpy(last_gather_stats, gather_stats, sizeof(*last_gather_stats));
5469 irdma_update_stats(struct irdma_dev_hw_stats *hw_stats, struct irdma_gather_stats *gather_stats, struct irdma_gather_stats *last_gather_stats, const struct irdma_hw_stat_map *map, u16 max_stat_idx) argument
H A Dutils.c1707 struct irdma_gather_stats *gather_stats = local
1729 gather_stats->val[map[i].byteoff / sizeof(u64)] = new_val;
/linux-master/fs/proc/
H A Dtask_mmu.c2547 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, function
2639 gather_stats(page, md, pmd_dirty(*pmd),
2655 gather_stats(page, md, pte_dirty(ptent), 1);
2676 gather_stats(page, md, pte_dirty(huge_pte), 1);
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1298 struct delayed_work gather_stats; member in struct:ipw_priv
H A Dipw2200.c4315 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL);
4321 container_of(work, struct ipw_priv, gather_stats.work);
10571 cancel_delayed_work(&priv->gather_stats);
10609 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
11757 cancel_delayed_work_sync(&priv->gather_stats);

Completed in 201 milliseconds