/kernel/linux/linux-5.10/drivers/devfreq/event/ |
H A D | exynos-ppmu.c | 201 unsigned int total_count, load_count; in exynos_ppmu_get_event() local 220 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count); in exynos_ppmu_get_event() 223 edata->total_count = total_count; in exynos_ppmu_get_event() 261 edata->load_count, edata->total_count); in exynos_ppmu_get_event() 422 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local 436 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count); in exynos_ppmu_v2_get_event() 439 edata->total_count = total_count; in exynos_ppmu_v2_get_event() 476 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event() [all...] |
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()
|
H A D | rockchip-dfi.c | 158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
|
/kernel/linux/linux-6.6/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() [all...] |
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()
|
H A D | rockchip-dfi.c | 158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
|
/kernel/linux/common_modules/ucollection/ |
H A D | ucollection_process_cpu.c | 125 if (kentry.cur_count >= kentry.total_count) { in ioctrl_collect_process_cpu() 229 if (thread_count >= kentry->total_count) { in read_thread_info_locked() 251 if (current->tgid != kentry.filter.pid || kentry.cur_count >= kentry.total_count) { in ioctrl_collect_app_thread_cpu() 269 if (kentry.cur_count >= kentry.total_count) { in ioctrl_collect_the_thread_cpu() 289 if (kentry.cur_count >= kentry.total_count) { in ioctrl_collect_the_process_cpu()
|
H A D | unified_collection_data.h | 29 unsigned int total_count; member 56 unsigned int total_count; member
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | exynos-bus.c | 66 unsigned long load_count = 0, total_count = 0; in exynos_bus_get_event() local 79 total_count = event_data.total_count; in exynos_bus_get_event() 84 edata->total_count = total_count; in exynos_bus_get_event() 135 stat->total_time = edata.total_count; in exynos_bus_get_dev_status()
|
H 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()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H 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()
|
H 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | kvm-stat.h | 95 u64 total_count; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq-event.h | 40 * @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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq-event.h | 40 * @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
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | kvm-stat.h | 100 u64 total_count; member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans_dquot.c | 590 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() local 605 if (hardlimit && total_count > hardlimit) { in xfs_dqresv_check() 610 if (softlimit && total_count > softlimit) { in xfs_dqresv_check()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H 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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | namei.c | 228 int total_count = cold_count + hot_count; in f2fs_update_extension_list() local 233 if (total_count == F2FS_MAX_EXTENSION) in f2fs_update_extension_list() 244 count = total_count; in f2fs_update_extension_list() 258 F2FS_EXTENSION_LEN * (total_count - i - 1)); in f2fs_update_extension_list() 259 memset(extlist[total_count - 1], 0, F2FS_EXTENSION_LEN); in f2fs_update_extension_list()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 533 kvm->total_count += get_event_count(event, vcpu); in update_total_count() 640 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result() 650 kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC); in print_result() 905 kvm->total_count = 0; in perf_kvm__handle_timerfd()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | inode.c | 563 ssize_t total_count = 0; in orangefs_direct_IO() local 620 total_count += ret; in orangefs_direct_IO() 638 if (total_count > 0) in orangefs_direct_IO() 639 ret = total_count; in orangefs_direct_IO()
|
/kernel/linux/linux-5.10/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 723 * @total_count: variable which is used as 'wall clock' reference 726 * two DMC channels. The 'total_count' is used as a reference and max value. 727 * The ratio 'load_count/total_count' shows the busy percentage [0%, 100%]. 731 unsigned long *total_count) in exynos5_counters_get() 750 if (total < event.total_count) in exynos5_counters_get() 751 total = event.total_count; in exynos5_counters_get() 754 *total_count = total; in exynos5_counters_get() 729 exynos5_counters_get(struct exynos5_dmc *dmc, unsigned long *load_count, unsigned long *total_count) exynos5_counters_get() argument
|
/kernel/linux/linux-6.6/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 718 * @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) in exynos5_counters_get() 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() 724 exynos5_counters_get(struct exynos5_dmc *dmc, unsigned long *load_count, unsigned long *total_count) exynos5_counters_get() argument
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | inode.c | 523 ssize_t total_count = 0; in orangefs_direct_IO() local 578 total_count += ret; in orangefs_direct_IO() 596 if (total_count > 0) in orangefs_direct_IO() 597 ret = total_count; in orangefs_direct_IO()
|