Searched refs:total_count (Results 1 – 8 of 8) sorted by relevance
35 static unsigned long long total_count = 0; variable80 total_count = 0ULL; in timer_init()106 total_count += lastdec + TIMER_LOAD_VAL + 1 - now; in get_timer_masked()108 total_count += lastdec - now; in get_timer_masked()113 now = total_count; in get_timer_masked()
41 total_count = sstate_count + no_sstate_count43 t, round(100 * sstate_count / total_count, 1), sstate_count, no_sstate_count))
179 uint64_t total_count; in plugin_exit() local187 total_count = qemu_plugin_u64_sum(class->count); in plugin_exit()188 if (total_count || verbose) { in plugin_exit()192 total_count); in plugin_exit()
68 total_count = len(spdx_licenses["licenses"])
412 const uint64_t total_count = qemu_get_be64(f); in s390_storage_keys_load() local423 while (handled_count < total_count) { in s390_storage_keys_load()424 cur_count = MIN(total_count - handled_count, in s390_storage_keys_load()
664 int64_t count, total_count = 0; in block_copy_is_cluster_allocated() local677 total_count += count; in block_copy_is_cluster_allocated()684 *pnum = DIV_ROUND_UP(total_count, s->cluster_size); in block_copy_is_cluster_allocated()689 if (total_count >= s->cluster_size) { in block_copy_is_cluster_allocated()690 *pnum = total_count / s->cluster_size; in block_copy_is_cluster_allocated()
490 int total_count = 0; in record_ramblock_hash_info() local498 total_count++; in record_ramblock_hash_info()501 dinfo = g_try_malloc0_n(total_count, sizeof(struct RamblockDirtyInfo)); in record_ramblock_hash_info()510 if (index >= total_count) { in record_ramblock_hash_info()
62 self.total_count = 0