Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dcma.h42 unsigned long total_count, unsigned int align),
44 TP_ARGS(name, request_count, available_count, total_count, align),
50 __field(unsigned long, total_count)
58 __entry->total_count = total_count;
66 __entry->total_count,
/linux/tools/testing/selftests/net/ovpn/
H A Dtest-mark.sh101 local total_count
121 total_count=$(ip netns exec ovpn_peer0 nft list chain inet filter \
123 if [ -z "${total_count}" ]; then
127 if [ "${MARK_DROP_COUNTER}" -ne "${total_count}" ]; then
129 ${total_count}"
/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 Drockchip-dfi.c95 struct dmc_count total_count; member
316 edata->total_count = clock_cycles; in rockchip_dfi_get_event()
340 res->c[i].read_access = dfi->total_count.c[i].read_access + in rockchip_ddr_perf_counters_add()
342 res->c[i].write_access = dfi->total_count.c[i].write_access + in rockchip_ddr_perf_counters_add()
344 res->c[i].access = dfi->total_count.c[i].access + in rockchip_ddr_perf_counters_add()
346 res->c[i].clock_cycles = dfi->total_count.c[i].clock_cycles + in rockchip_ddr_perf_counters_add()
547 dfi->total_count = (struct dmc_count){}; in rockchip_ddr_perf_event_add()
585 dfi->total_count = total; in rockchip_dfi_timer()
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()
/linux/include/linux/
H A Ddevfreq-event.h49 unsigned long total_count; member
/linux/tools/perf/util/
H A Dkvm-stat.h96 u64 total_count;
99 u64 total_count; global() member
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c728 unsigned long *total_count) in exynos5_counters_get() argument
747 if (total < event.total_count) in exynos5_counters_get()
748 total = event.total_count; in exynos5_counters_get()
751 *total_count = total; in exynos5_counters_get()
/linux/fs/orangefs/
H A Dinode.c513 ssize_t total_count = 0; in orangefs_direct_IO() local
568 total_count += ret; in orangefs_direct_IO()
586 if (total_count > 0) in orangefs_direct_IO()
587 ret = total_count; in orangefs_direct_IO()
/linux/net/batman-adv/
H A Dbat_iv_ogm.c1260 u8 total_count; in batadv_iv_ogm_calc_tq() local
1308 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1310 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1315 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq()
1323 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1360 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
H A Dmulticast.c1239 int total_count; in batadv_mcast_forw_mode() local
1260 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode()
1262 if (!total_count) in batadv_mcast_forw_mode()
1268 total_count); in batadv_mcast_forw_mode()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_xsk.c206 u16 total_count = count; in igb_alloc_rx_buffers_zc() local
247 return total_count == (nb_buffs + nb_buffs_extra); in igb_alloc_rx_buffers_zc()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c298 u16 total_count = count; in __ice_alloc_rx_bufs_zc() local
328 return total_count == (nb_buffs_extra + nb_buffs); in __ice_alloc_rx_bufs_zc()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c818 unsigned int total_count; in pasemi_mac_clean_tx() local
825 total_count = 0; in pasemi_mac_clean_tx()
893 total_count += descr_count; in pasemi_mac_clean_tx()
899 return total_count; in pasemi_mac_clean_tx()
/linux/tools/perf/
H A Dbuiltin-kvm.c795 kvm->total_count++; in update_kvm_event()
1094 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result()
1104 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result()
1375 kvm->total_count = 0; in perf_kvm__handle_timerfd()
/linux/drivers/devfreq/
H A Drk3399_dmc.c232 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h550 u32 total_count; member
H A Dlibcxgbi.c1874 tdata->total_count = count; in cxgbi_task_data_sgl_read()
1880 __func__, offset, count, err, tdata->total_count, tdata->total_offset); in cxgbi_task_data_sgl_read()
2178 tdata->total_count = 0; in cxgbi_conn_init_pdu()
2187 tdata->total_count, tdata->total_offset); in cxgbi_conn_init_pdu()
2189 expected_count = tdata->total_count; in cxgbi_conn_init_pdu()
/linux/drivers/md/
H A Ddm-thin-metadata.c1679 unsigned int count, total_count = 0; in __remove_range() local
1721 total_count += count; in __remove_range()
1724 td->mapped_blocks -= total_count; in __remove_range()
/linux/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/drivers/infiniband/hw/hfi1/
H A Dsdma.c2425 u32 submit_count = 0, flush_count = 0, total_count; in sdma_send_txlist() local
2449 total_count = submit_count + flush_count; in sdma_send_txlist()
2451 iowait_sdma_add(iowait_ioww_to_iow(wait), total_count); in sdma_send_txlist()
2458 *count_out = total_count; in sdma_send_txlist()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c98 int total_count; in mlx4_en_alloc_tx_queue_per_tc() local
112 total_count = new_prof.tx_ring_num[TX] + new_prof.tx_ring_num[TX_XDP]; in mlx4_en_alloc_tx_queue_per_tc()
113 if (total_count > MAX_TX_RINGS) { in mlx4_en_alloc_tx_queue_per_tc()
117 total_count, MAX_TX_RINGS); in mlx4_en_alloc_tx_queue_per_tc()
/linux/drivers/regulator/
H A Dcore.c3409 int total_count = 0; in regulator_disable_work() local
3427 total_count += count; in regulator_disable_work()
3437 WARN_ON(!total_count); in regulator_disable_work()
/linux/fs/f2fs/
H A Dsuper.c2229 block_t total_count, user_block_count, start_count; in f2fs_statfs() local
2233 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()
2238 buf->f_blocks = total_count - start_count; in f2fs_statfs()