Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/devfreq/event/
Dexynos-ppmu.c201 unsigned int total_count, load_count; in exynos_ppmu_get_event() local
220 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count); in exynos_ppmu_get_event()
223 edata->total_count = total_count; in exynos_ppmu_get_event()
261 edata->load_count, edata->total_count); in exynos_ppmu_get_event()
422 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local
436 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count); in exynos_ppmu_v2_get_event()
439 edata->total_count = total_count; in exynos_ppmu_v2_get_event()
476 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event()
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()
Drockchip-dfi.c158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
/kernel/linux/linux-4.19/drivers/devfreq/event/
Dexynos-ppmu.c186 unsigned int total_count, load_count; in exynos_ppmu_get_event() local
205 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count); in exynos_ppmu_get_event()
208 edata->total_count = total_count; in exynos_ppmu_get_event()
246 edata->load_count, edata->total_count); in exynos_ppmu_get_event()
419 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local
433 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count); in exynos_ppmu_v2_get_event()
436 edata->total_count = total_count; in exynos_ppmu_v2_get_event()
473 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event()
Dexynos-nocp.c171 edata->total_count = ((counter[3] << 16) | counter[2]); in exynos_nocp_get_event()
174 edata->load_count, edata->total_count); in exynos_nocp_get_event()
Drockchip-dfi.c175 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
/kernel/linux/linux-5.10/drivers/devfreq/
Dexynos-bus.c66 unsigned long load_count = 0, total_count = 0; in exynos_bus_get_event() local
79 total_count = event_data.total_count; in exynos_bus_get_event()
84 edata->total_count = total_count; in exynos_bus_get_event()
135 stat->total_time = edata.total_count; in exynos_bus_get_dev_status()
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()
/kernel/linux/linux-4.19/drivers/devfreq/
Dexynos-bus.c72 unsigned long load_count = 0, total_count = 0; in exynos_bus_get_event() local
85 total_count = event_data.total_count; in exynos_bus_get_event()
90 edata->total_count = total_count; in exynos_bus_get_event()
173 stat->total_time = edata.total_count; in exynos_bus_get_dev_status()
Ddevfreq-event.c177 edata->total_count = edata->load_count = 0; in devfreq_event_get_event()
182 edata->total_count = edata->load_count = 0; in devfreq_event_get_event()
/kernel/linux/linux-4.19/fs/xfs/
Dxfs_trans_dquot.c597 xfs_qcnt_t total_count; in xfs_trans_dqresv() local
643 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
644 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
648 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
660 total_count = dqp->q_res_icount + ninos; in xfs_trans_dqresv()
671 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
675 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
/kernel/linux/linux-4.19/fs/orangefs/
Dfile.c250 ssize_t total_count = 0; in do_readv_writev() local
305 total_count += ret; in do_readv_writev()
323 if (total_count > 0) in do_readv_writev()
324 ret = total_count; in do_readv_writev()
/kernel/linux/linux-4.19/include/linux/
Ddevfreq-event.h52 unsigned long total_count; member
/kernel/linux/linux-5.10/include/linux/
Ddevfreq-event.h49 unsigned long total_count; member
/kernel/linux/linux-4.19/tools/perf/util/
Dkvm-stat.h92 u64 total_count; member
/kernel/linux/linux-5.10/tools/perf/util/
Dkvm-stat.h95 u64 total_count; member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans_dquot.c589 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local
604 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check()
609 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
/kernel/linux/linux-4.19/fs/f2fs/
Dnamei.c207 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local
212 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list()
223 count = total_count; in f2fs_update_extension_list()
237 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list()
238 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
/kernel/linux/linux-5.10/fs/f2fs/
Dnamei.c226 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local
231 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list()
242 count = total_count; in f2fs_update_extension_list()
256 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list()
257 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
/kernel/linux/linux-5.10/fs/orangefs/
Dinode.c563 ssize_t total_count = 0; in orangefs_direct_IO() local
620 total_count += ret; in orangefs_direct_IO()
638 if (total_count > 0) in orangefs_direct_IO()
639 ret = total_count; in orangefs_direct_IO()
/kernel/linux/linux-5.10/drivers/memory/samsung/
Dexynos5422-dmc.c731 unsigned long *total_count) in exynos5_counters_get() argument
750 if (total < event.total_count) in exynos5_counters_get()
751 total = event.total_count; in exynos5_counters_get()
754 *total_count = total; in exynos5_counters_get()
/kernel/linux/linux-5.10/net/batman-adv/
Dbat_iv_ogm.c1079 u8 total_count; in batadv_iv_ogm_calc_tq() local
1133 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1135 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1140 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq()
1148 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1185 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
/kernel/linux/linux-4.19/net/batman-adv/
Dmulticast.c987 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
1005 total_count = tt_count + ip_count + unsnoop_count; in batadv_mcast_forw_mode()
1007 switch (total_count) { in batadv_mcast_forw_mode()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-kvm.c533 kvm->total_count += get_event_count(event, vcpu); in update_total_count()
640 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result()
650 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result()
905 kvm->total_count = 0; in perf_kvm__handle_timerfd()
/kernel/linux/linux-4.19/tools/perf/
Dbuiltin-kvm.c527 kvm->total_count += get_event_count(event, vcpu); in update_total_count()
634 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result()
644 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result()
899 kvm->total_count = 0; in perf_kvm__handle_timerfd()

123