Searched refs:HV_STATS_AREA_SELF (Results 1 – 3 of 3) sorted by relevance
27 static_assert(HV_STATS_AREA_SELF == 0 && HV_STATS_AREA_PARENT == 1,62 .lp.stats_area_type = HV_STATS_AREA_SELF, in mshv_lp_stats_unmap()79 .lp.stats_area_type = HV_STATS_AREA_SELF, in mshv_lp_stats_map()216 self_val = pstats[HV_STATS_AREA_SELF]->data[idx]; in vp_stats_show()274 self_val = pstats[HV_STATS_AREA_SELF]->data[idx]; in partition_stats_show()298 (stats_area_type == HV_STATS_AREA_SELF) ? "self" : "parent", in mshv_partition_stats_unmap()316 (stats_area_type == HV_STATS_AREA_SELF) ? "self" : "parent", in mshv_partition_stats_map()336 pstats[HV_STATS_AREA_SELF] = mshv_partition_stats_map(partition_id, in mshv_debugfs_partition_stats_create()337 HV_STATS_AREA_SELF); in mshv_debugfs_partition_stats_create()338 if (IS_ERR(pstats[HV_STATS_AREA_SELF])) { in mshv_debugfs_partition_stats_create()[all …]
477 u64 *self_vp_cntrs = stats[HV_STATS_AREA_SELF]->data; in mshv_vp_dispatch_thread_blocked()966 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_unmap()968 stats_pages[HV_STATS_AREA_SELF], in mshv_vp_stats_unmap()974 if (stats_pages[HV_STATS_AREA_PARENT] != stats_pages[HV_STATS_AREA_SELF]) { in mshv_vp_stats_unmap()994 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_map()996 &stats_pages[HV_STATS_AREA_SELF]); in mshv_vp_stats_map()1007 stats_pages[HV_STATS_AREA_PARENT] = stats_pages[HV_STATS_AREA_SELF]; in mshv_vp_stats_map()1018 stats_pages[HV_STATS_AREA_PARENT] = stats_pages[HV_STATS_AREA_SELF]; in mshv_vp_stats_map()1024 identity.vp.stats_area_type = HV_STATS_AREA_SELF; in mshv_vp_stats_map()1026 stats_pages[HV_STATS_AREA_SELF], in mshv_vp_stats_map()
43 HV_STATS_AREA_SELF = 0, enumerator