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

12

/linux-master/drivers/devfreq/event/
H A Dexynos-ppmu.c206 unsigned int total_count, load_count; local
225 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count);
228 edata->total_count = total_count;
266 edata->load_count, edata->total_count);
427 unsigned int total_count, count; local
441 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count);
444 edata->total_count = total_count;
481 edata->load_count, edata->total_count);
[all...]
H A Dexynos-nocp.c168 edata->total_count = ((counter[3] << 16) | counter[2]);
171 edata->load_count, edata->total_count);
H A Drockchip-dfi.c97 struct dmc_count total_count; member in struct:rockchip_dfi
98 seqlock_t count_seqlock; /* protects last_perf_count and total_count */
277 edata->total_count = clock_cycles;
301 res->c[i].read_access = dfi->total_count.c[i].read_access +
303 res->c[i].write_access = dfi->total_count.c[i].write_access +
305 res->c[i].access = dfi->total_count.c[i].access +
307 res->c[i].clock_cycles = dfi->total_count.c[i].clock_cycles +
508 dfi->total_count = (struct dmc_count){};
546 dfi->total_count = total;
/linux-master/drivers/devfreq/
H A Dexynos-bus.c67 unsigned long load_count = 0, total_count = 0; local
80 total_count = event_data.total_count;
85 edata->total_count = total_count;
136 stat->total_time = edata.total_count;
H A Ddevfreq-event.c174 edata->total_count = edata->load_count = 0;
179 edata->total_count = edata->load_count = 0;
H A Drk3399_dmc.c232 stat->total_time = edata.total_count;
/linux-master/include/linux/
H A Ddevfreq-event.h40 * @total_count : total count of devfreq-event device for the given period.
43 * Generally, utilization is load_count / total_count.
49 unsigned long total_count; member in struct:devfreq_event_data
/linux-master/tools/perf/util/
H A Dkvm-stat.h100 u64 total_count; member in struct:perf_kvm_stat
/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c739 xfs_qcnt_t total_count = res->reserved + delta; local
754 if (hardlimit && total_count > hardlimit) {
759 if (softlimit && total_count > softlimit) {
/linux-master/fs/orangefs/
H A Dinode.c523 ssize_t total_count = 0; local
578 total_count += ret;
596 if (total_count > 0)
597 ret = total_count;
/linux-master/fs/f2fs/
H A Dnamei.c79 int total_count = cold_count + hot_count; local
84 if (total_count == F2FS_MAX_EXTENSION)
95 count = total_count;
109 F2FS_EXTENSION_LEN * (total_count - i - 1));
110 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN);
/linux-master/net/batman-adv/
H A Dbat_iv_ogm.c1071 u8 total_count; local
1125 total_count = neigh_rq_count;
1127 total_count = orig_eq_count;
1132 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM ||
1140 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count;
1177 orig_node->orig, orig_neigh_node->orig, total_count,
H A Dmulticast.c1229 int ret, tt_count, ip_count, unsnoop_count, total_count; local
1250 total_count = tt_count + ip_count + unsnoop_count + rtr_count;
1252 if (!total_count)
1258 total_count);
/linux-master/include/rdma/
H A Drdma_vt.h185 atomic_t total_count; member in struct:rvt_wss
/linux-master/drivers/memory/samsung/
H A Dexynos5422-dmc.c718 * @total_count: variable which is used as 'wall clock' reference
721 * two DMC channels. The 'total_count' is used as a reference and max value.
722 * The ratio 'load_count/total_count' shows the busy percentage [0%, 100%].
726 unsigned long *total_count)
745 if (total < event.total_count)
746 total = event.total_count;
749 *total_count = total;
724 exynos5_counters_get(struct exynos5_dmc *dmc, unsigned long *load_count, unsigned long *total_count) argument
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c821 unsigned int total_count; local
828 total_count = 0;
896 total_count += descr_count;
902 return total_count;
/linux-master/tools/perf/
H A Dbuiltin-kvm.c853 kvm->total_count++;
1152 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100);
1162 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC);
1425 kvm->total_count = 0;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c476 u16 total_count = count; local
507 return total_count == (nb_buffs_extra + nb_buffs);
/linux-master/drivers/md/
H A Ddm-thin-metadata.c1704 unsigned int count, total_count = 0; local
1746 total_count += count;
1749 td->mapped_blocks -= total_count;
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h553 u32 total_count; member in struct:cxgbi_task_data
H A Dlibcxgbi.c1874 tdata->total_count = count;
1879 "err %u, total_count %u, total_offset %u\n",
1880 __func__, offset, count, err, tdata->total_count, tdata->total_offset);
2178 tdata->total_count = 0;
2186 "data->total_count %u, tdata->total_offset %u\n",
2187 tdata->total_count, tdata->total_offset);
2189 expected_count = tdata->total_count;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c2439 u32 submit_count = 0, flush_count = 0, total_count; local
2463 total_count = submit_count + flush_count;
2465 iowait_sdma_add(iowait_ioww_to_iow(wait), total_count); local
2472 *count_out = total_count;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh714 local total_count=$3
720 for ((i=1;i<=total_count;i++)); do
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h593 unsigned long long total_count; member in struct:dc_bw_validation_profile
608 dc->debug.bw_val_profile.total_count++
/linux-master/drivers/tty/
H A Dsynclink_gt.c4721 unsigned int total_count = 0; local
4741 total_count += count;
4742 else if (!total_count)
4753 total_count += active_buf_count;
4756 total_count += (reg_value >> 8) & 0xff;
4760 total_count++;
4762 return total_count;

Completed in 296 milliseconds

12