Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/armltd/integrator/
H A Dtimer.c35 static unsigned long long total_count = 0; variable
80 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()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildstats-summary.bbclass41 total_count = sstate_count + no_sstate_count
43 t, round(100 * sstate_count / total_count, 1), sstate_count, no_sstate_count))
/openbmc/qemu/contrib/plugins/
H A Dhowvec.c179 uint64_t total_count; in plugin_exit() local
187 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()
/openbmc/openbmc/poky/scripts/
H A Dpull-sdpx-licenses.py68 total_count = len(spdx_licenses["licenses"])
/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c412 const uint64_t total_count = qemu_get_be64(f); in s390_storage_keys_load() local
423 while (handled_count < total_count) { in s390_storage_keys_load()
424 cur_count = MIN(total_count - handled_count, in s390_storage_keys_load()
/openbmc/qemu/block/
H A Dblock-copy.c664 int64_t count, total_count = 0; in block_copy_is_cluster_allocated() local
677 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()
/openbmc/qemu/migration/
H A Ddirtyrate.c490 int total_count = 0; in record_ramblock_hash_info() local
498 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()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py62 self.total_count = 0