Home
last modified time | relevance | path

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

/Linux-v4.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()
/Linux-v4.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()
Drk3399_dmc.c163 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
/Linux-v4.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 = be64_to_cpu(dqp->q_core.d_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()
/Linux-v4.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()
/Linux-v4.19/include/linux/
Ddevfreq-event.h52 unsigned long total_count; member
/Linux-v4.19/tools/perf/util/
Dkvm-stat.h92 u64 total_count; member
/Linux-v4.19/fs/f2fs/
Dnamei.c205 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local
210 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list()
221 count = total_count; in f2fs_update_extension_list()
235 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list()
236 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
Ddebug.c78 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
Dsuper.c1183 block_t total_count, user_block_count, start_count; in f2fs_statfs() local
1186 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()
1192 buf->f_blocks = total_count - start_count; in f2fs_statfs()
Df2fs.h3078 int total_count, utilization; member
/Linux-v4.19/net/batman-adv/
Dmulticast.c992 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
1010 total_count = tt_count + ip_count + unsnoop_count; in batadv_mcast_forw_mode()
1012 switch (total_count) { in batadv_mcast_forw_mode()
Dbat_iv_ogm.c1186 u8 total_count; in batadv_iv_ogm_calc_tq() local
1244 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1246 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1251 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq()
1259 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1296 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
/Linux-v4.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()
898 kvm->total_count = 0; in perf_kvm__handle_timerfd()
/Linux-v4.19/drivers/staging/unisys/visornic/
Dvisornic_main.c243 unsigned int total_count; in visor_copy_fragsinfo_from_skb() local
250 total_count = numfrags + (firstfraglen / PI_PAGE_SIZE); in visor_copy_fragsinfo_from_skb()
252 total_count++; in visor_copy_fragsinfo_from_skb()
254 if (total_count > frags_max) { in visor_copy_fragsinfo_from_skb()
/Linux-v4.19/drivers/net/ethernet/pasemi/
Dpasemi_mac.c832 unsigned int total_count; in pasemi_mac_clean_tx() local
839 total_count = 0; in pasemi_mac_clean_tx()
907 total_count += descr_count; in pasemi_mac_clean_tx()
913 return total_count; in pasemi_mac_clean_tx()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c164 atomic_t total_count; member
280 atomic_sub(weight, &wss.total_count); in wss_advance_clean_counter()
294 atomic_inc(&wss.total_count); in wss_insert()
304 return atomic_read(&wss.total_count) >= wss.threshold; in wss_exceeds_threshold()
Dsdma.c2477 u32 submit_count = 0, flush_count = 0, total_count; in sdma_send_txlist() local
2501 total_count = submit_count + flush_count; in sdma_send_txlist()
2503 iowait_sdma_add(wait, total_count); in sdma_send_txlist()
2509 *count_out = total_count; in sdma_send_txlist()
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c51 int count = 0, total_count = 0; in vxge_hw_vpath_wait_receive_idle() local
83 total_count++; in vxge_hw_vpath_wait_receive_idle()
85 (total_count < VXGE_HW_MAX_POLLING_COUNT)); in vxge_hw_vpath_wait_receive_idle()
87 if (total_count >= VXGE_HW_MAX_POLLING_COUNT) in vxge_hw_vpath_wait_receive_idle()
91 return total_count; in vxge_hw_vpath_wait_receive_idle()
100 int i, total_count = 0; in vxge_hw_device_wait_receive_idle() local
106 total_count += vxge_hw_vpath_wait_receive_idle(hldev, i); in vxge_hw_device_wait_receive_idle()
107 if (total_count >= VXGE_HW_MAX_POLLING_COUNT) in vxge_hw_device_wait_receive_idle()
/Linux-v4.19/drivers/md/
Ddm-thin-metadata.c1600 unsigned count, total_count = 0; in __remove_range() local
1642 total_count += count; in __remove_range()
1645 td->mapped_blocks -= total_count; in __remove_range()
/Linux-v4.19/drivers/tty/
Dsynclink_gt.c4821 unsigned int total_count = 0; in tbuf_bytes() local
4841 total_count += count; in tbuf_bytes()
4842 else if (!total_count) in tbuf_bytes()
4853 total_count += active_buf_count; in tbuf_bytes()
4856 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes()
4860 total_count++; in tbuf_bytes()
4862 return total_count; in tbuf_bytes()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c7710 u64 total_count, diff, ret; in __i915_chipset_val() local
7731 total_count = count1 + count2 + count3; in __i915_chipset_val()
7734 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val()
7736 diff += total_count; in __i915_chipset_val()
7738 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val()
7754 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()