Home
last modified time | relevance | path

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

12

/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/linux/drivers/devfreq/event/
H A Dexynos-ppmu.c206 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 Dexynos-nocp.c168 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 Drockchip-dfi.c158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
/openbmc/linux/drivers/devfreq/
H A Dexynos-bus.c67 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 Ddevfreq-event.c174 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 Drk3399_dmc.c231 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
/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/qemu/hw/s390x/
H A Ds390-skeys.c419 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 Dblock-copy.c648 int64_t count, total_count = 0; in block_copy_is_cluster_allocated() local
661 total_count += count; in block_copy_is_cluster_allocated()
668 *pnum = DIV_ROUND_UP(total_count, s->cluster_size); in block_copy_is_cluster_allocated()
673 if (total_count >= s->cluster_size) { in block_copy_is_cluster_allocated()
674 *pnum = total_count / s->cluster_size; in block_copy_is_cluster_allocated()
/openbmc/qemu/migration/
H A Ddirtyrate.c487 int total_count = 0; in record_ramblock_hash_info() local
495 total_count++; in record_ramblock_hash_info()
498 dinfo = g_try_malloc0_n(total_count, sizeof(struct RamblockDirtyInfo)); in record_ramblock_hash_info()
507 if (index >= total_count) { in record_ramblock_hash_info()
/openbmc/linux/include/linux/
H A Ddevfreq-event.h49 unsigned long total_count; member
/openbmc/linux/tools/perf/util/
H A Dkvm-stat.h100 u64 total_count; member
/openbmc/linux/fs/xfs/
H A Dxfs_trans_dquot.c577 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/fs/f2fs/
H A Dnamei.c79 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 Dinode.c523 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 Dbat_iv_ogm.c1071 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 Dmulticast.c1150 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 Dexynos5422-dmc.c726 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 Drdma_vt.h185 atomic_t total_count; member
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c853 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/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c821 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/qemu/hw/ppc/
H A Dpnv.c2562 int total_count = 0; in pnv_match_nvt() local
2578 total_count += count; in pnv_match_nvt()
2581 return total_count; in pnv_match_nvt()
2591 int total_count = 0; in pnv10_xive_match_nvt() local
2607 total_count += count; in pnv10_xive_match_nvt()
2610 return total_count; in pnv10_xive_match_nvt()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c488 u16 total_count = count; in __ice_alloc_rx_bufs_zc() local
519 return total_count == (nb_buffs_extra + nb_buffs); in __ice_alloc_rx_bufs_zc()

12