/linux-6.3-rc2/drivers/devfreq/event/ |
A D | exynos-ppmu.c | 206 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()
|
A D | exynos-nocp.c | 168 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()
|
A D | rockchip-dfi.c | 158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
|
/linux-6.3-rc2/drivers/devfreq/ |
A D | exynos-bus.c | 67 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()
|
A D | devfreq-event.c | 174 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()
|
A D | rk3399_dmc.c | 231 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
|
/linux-6.3-rc2/include/linux/ |
A D | devfreq-event.h | 49 unsigned long total_count; member
|
/linux-6.3-rc2/tools/perf/util/ |
A D | kvm-stat.h | 95 u64 total_count; member
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_trans_dquot.c | 577 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()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | namei.c | 65 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local 70 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list() 81 count = total_count; in f2fs_update_extension_list() 95 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list() 96 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | inode.c | 522 ssize_t total_count = 0; in orangefs_direct_IO() local 577 total_count += ret; in orangefs_direct_IO() 595 if (total_count > 0) in orangefs_direct_IO() 596 ret = total_count; in orangefs_direct_IO()
|
/linux-6.3-rc2/net/batman-adv/ |
A D | bat_iv_ogm.c | 1071 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()
|
A D | multicast.c | 1150 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()
|
/linux-6.3-rc2/drivers/memory/samsung/ |
A D | exynos5422-dmc.c | 726 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()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-kvm.c | 534 kvm->total_count += get_event_count(event, vcpu); in update_total_count() 641 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result() 651 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result() 906 kvm->total_count = 0; in perf_kvm__handle_timerfd()
|
/linux-6.3-rc2/include/rdma/ |
A D | rdma_vt.h | 185 atomic_t total_count; member
|
/linux-6.3-rc2/drivers/net/ethernet/pasemi/ |
A D | pasemi_mac.c | 821 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()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc.h | 560 unsigned long long total_count; member 575 dc->debug.bw_val_profile.total_count++
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_xsk.c | 494 u16 total_count = count; in __ice_alloc_rx_bufs_zc() local 525 return total_count == (nb_buffs_extra + nb_buffs); in __ice_alloc_rx_bufs_zc()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
A D | tc_flower.sh | 713 local total_count=$3 719 for ((i=1;i<=total_count;i++)); do
|
/linux-6.3-rc2/drivers/scsi/cxgbi/ |
A D | libcxgbi.h | 553 u32 total_count; member
|
A D | libcxgbi.c | 1874 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-6.3-rc2/drivers/md/ |
A D | dm-thin-metadata.c | 1688 unsigned int count, total_count = 0; in __remove_range() local 1730 total_count += count; in __remove_range() 1733 td->mapped_blocks -= total_count; in __remove_range()
|
/linux-6.3-rc2/drivers/tty/ |
A D | synclink_gt.c | 4740 unsigned int total_count = 0; in tbuf_bytes() local 4760 total_count += count; in tbuf_bytes() 4761 else if (!total_count) in tbuf_bytes() 4772 total_count += active_buf_count; in tbuf_bytes() 4775 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes() 4779 total_count++; in tbuf_bytes() 4781 return total_count; in tbuf_bytes()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | sdma.c | 2441 u32 submit_count = 0, flush_count = 0, total_count; in sdma_send_txlist() local 2465 total_count = submit_count + flush_count; in sdma_send_txlist() 2467 iowait_sdma_add(iowait_ioww_to_iow(wait), total_count); in sdma_send_txlist() 2474 *count_out = total_count; in sdma_send_txlist()
|