/openbmc/u-boot/board/armltd/integrator/ |
H A D | timer.c | 35 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/linux/drivers/devfreq/event/ |
H A D | exynos-ppmu.c | 206 unsigned int total_count, load_count; in exynos_ppmu_get_event() local 225 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count); in exynos_ppmu_get_event() 228 edata->total_count = total_count; in exynos_ppmu_get_event() 266 edata->load_count, edata->total_count); in exynos_ppmu_get_event() 427 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local 441 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count); in exynos_ppmu_v2_get_event() 444 edata->total_count = total_count; in exynos_ppmu_v2_get_event() 481 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event()
|
H A D | exynos-nocp.c | 168 edata->total_count = ((counter[3] << 16) | counter[2]); in exynos_nocp_get_event() 171 edata->load_count, edata->total_count); in exynos_nocp_get_event()
|
H A D | rockchip-dfi.c | 158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
|
/openbmc/linux/drivers/devfreq/ |
H A D | exynos-bus.c | 67 unsigned long load_count = 0, total_count = 0; in exynos_bus_get_event() local 80 total_count = event_data.total_count; in exynos_bus_get_event() 85 edata->total_count = total_count; in exynos_bus_get_event() 136 stat->total_time = edata.total_count; in exynos_bus_get_dev_status()
|
H A D | devfreq-event.c | 174 edata->total_count = edata->load_count = 0; in devfreq_event_get_event() 179 edata->total_count = edata->load_count = 0; in devfreq_event_get_event()
|
H A D | rk3399_dmc.c | 231 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | buildstats-summary.bbclass | 41 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 D | howvec.c | 179 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/qemu/hw/s390x/ |
H A D | s390-skeys.c | 419 const uint64_t total_count = qemu_get_be64(f); in s390_storage_keys_load() local 430 while (handled_count < total_count) { in s390_storage_keys_load() 431 cur_count = MIN(total_count - handled_count, in s390_storage_keys_load()
|
/openbmc/qemu/block/ |
H A D | block-copy.c | 664 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 D | dirtyrate.c | 490 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/scripts/ |
H A D | pull-sdpx-licenses.py | 68 total_count = len(spdx_licenses["licenses"])
|
/openbmc/linux/include/linux/ |
H A D | devfreq-event.h | 49 unsigned long total_count; member
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_dquot.c | 577 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local 592 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check() 597 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
|
/openbmc/linux/tools/perf/util/ |
H A D | kvm-stat.h | 100 u64 total_count; member
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 79 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local 84 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list() 95 count = total_count; in f2fs_update_extension_list() 109 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list() 110 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 523 ssize_t total_count = 0; in orangefs_direct_IO() local 578 total_count += ret; in orangefs_direct_IO() 596 if (total_count > 0) in orangefs_direct_IO() 597 ret = total_count; in orangefs_direct_IO()
|
/openbmc/linux/net/batman-adv/ |
H A D | bat_iv_ogm.c | 1071 u8 total_count; in batadv_iv_ogm_calc_tq() local 1125 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq() 1127 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq() 1132 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq() 1140 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq() 1177 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
|
H A D | multicast.c | 1150 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local 1171 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode() 1173 if (!total_count) in batadv_mcast_forw_mode() 1178 if (total_count <= atomic_read(&bat_priv->multicast_fanout)) in batadv_mcast_forw_mode()
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 726 unsigned long *total_count) in exynos5_counters_get() argument 745 if (total < event.total_count) in exynos5_counters_get() 746 total = event.total_count; in exynos5_counters_get() 749 *total_count = total; in exynos5_counters_get()
|
/openbmc/linux/include/rdma/ |
H A D | rdma_vt.h | 185 atomic_t total_count; member
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.c | 821 unsigned int total_count; in pasemi_mac_clean_tx() local 828 total_count = 0; in pasemi_mac_clean_tx() 896 total_count += descr_count; in pasemi_mac_clean_tx() 902 return total_count; in pasemi_mac_clean_tx()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kvm.c | 853 kvm->total_count++; in update_kvm_event() 1152 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result() 1162 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result() 1425 kvm->total_count = 0; in perf_kvm__handle_timerfd()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2591 int total_count = 0; in pnv_match_nvt() local 2607 total_count += count; in pnv_match_nvt() 2610 return total_count; in pnv_match_nvt() 2620 int total_count = 0; in pnv10_xive_match_nvt() local 2636 total_count += count; in pnv10_xive_match_nvt() 2639 return total_count; in pnv10_xive_match_nvt()
|