| /linux/include/trace/events/ |
| H A D | cma.h | 42 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/drivers/devfreq/event/ |
| H 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()
|
| H A D | rockchip-dfi.c | 95 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 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()
|
| /linux/include/linux/ |
| H A D | devfreq-event.h | 49 unsigned long total_count; member
|
| /linux/fs/f2fs/ |
| H A D | namei.c | 79 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local 84 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list() 95 count = total_count; in f2fs_update_extension_list() 109 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list() 110 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
|
| H A D | debug.c | 203 si->total_count = BLKS_TO_SEGS(sbi, (int)sbi->user_block_count); in update_general_status()
|
| H A D | super.c | 2169 block_t total_count, user_block_count, start_count; in f2fs_statfs() local 2173 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs() 2178 buf->f_blocks = total_count - start_count; in f2fs_statfs()
|
| H A D | f2fs.h | 4169 int total_count, utilization; member
|
| /linux/tools/perf/util/ |
| H A D | kvm-stat.h | 101 u64 total_count; member
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 728 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 D | inode.c | 495 ssize_t total_count = 0; in orangefs_direct_IO() local 550 total_count += ret; in orangefs_direct_IO() 568 if (total_count > 0) in orangefs_direct_IO() 569 ret = total_count; in orangefs_direct_IO()
|
| /linux/net/batman-adv/ |
| H A D | multicast.c | 1226 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local 1247 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode() 1249 if (!total_count) in batadv_mcast_forw_mode() 1255 total_count); in batadv_mcast_forw_mode()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_xsk.c | 206 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/include/rdma/ |
| H A D | rdma_vt.h | 185 atomic_t total_count; member
|
| /linux/drivers/net/ethernet/pasemi/ |
| H 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/tools/perf/ |
| H A D | builtin-kvm.c | 792 kvm->total_count++; in update_kvm_event() 1091 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result() 1101 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result() 1366 kvm->total_count = 0; in perf_kvm__handle_timerfd()
|
| /linux/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 232 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
|
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.h | 550 u32 total_count; member
|
| H 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/drivers/md/ |
| H A D | dm-thin-metadata.c | 1704 unsigned int count, total_count = 0; in __remove_range() local 1746 total_count += count; in __remove_range() 1749 td->mapped_blocks -= total_count; in __remove_range()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | tc_flower.sh | 714 local total_count=$3 720 for ((i=1;i<=total_count;i++)); do
|
| /linux/drivers/acpi/arm64/ |
| H A D | iort.c | 935 u32 total_count = count + new_count; in iort_rmr_alloc_sids() local 945 for (i = count; i < total_count; i++) in iort_rmr_alloc_sids()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 742 unsigned long long total_count; member 757 dc->debug.bw_val_profile.total_count++
|
| /linux/drivers/regulator/ |
| H A D | core.c | 3312 int total_count = 0; in regulator_disable_work() local 3330 total_count += count; in regulator_disable_work() 3340 WARN_ON(!total_count); in regulator_disable_work()
|