total_time        441 drivers/base/power/sysfs.c 		msec = ktime_to_ms(dev->power.wakeup->total_time);
total_time        122 drivers/base/power/wakeup.c 		deleted_ws.total_time =
total_time        123 drivers/base/power/wakeup.c 			ktime_add(deleted_ws.total_time, ws->total_time);
total_time        664 drivers/base/power/wakeup.c 	ws->total_time = ktime_add(ws->total_time, duration);
total_time       1002 drivers/base/power/wakeup.c 	ktime_t total_time;
total_time       1010 drivers/base/power/wakeup.c 	total_time = ws->total_time;
total_time       1018 drivers/base/power/wakeup.c 		total_time = ktime_add(total_time, active_time);
total_time       1032 drivers/base/power/wakeup.c 		   ktime_to_ms(active_time), ktime_to_ms(total_time),
total_time         54 drivers/base/power/wakeup_stats.c 	ktime_t total_time = ws->total_time;
total_time         58 drivers/base/power/wakeup_stats.c 		total_time = ktime_add(total_time, active_time);
total_time         60 drivers/base/power/wakeup_stats.c 	return sprintf(buf, "%lld\n", ktime_to_ms(total_time));
total_time        130 drivers/devfreq/exynos-bus.c 		stat->total_time = stat->busy_time = 0;
total_time        135 drivers/devfreq/exynos-bus.c 	stat->total_time = edata.total_count;
total_time        138 drivers/devfreq/exynos-bus.c 							stat->total_time);
total_time         45 drivers/devfreq/governor_simpleondemand.c 	if (stat->total_time == 0) {
total_time         51 drivers/devfreq/governor_simpleondemand.c 	if (stat->busy_time >= (1 << 24) || stat->total_time >= (1 << 24)) {
total_time         53 drivers/devfreq/governor_simpleondemand.c 		stat->total_time >>= 7;
total_time         58 drivers/devfreq/governor_simpleondemand.c 	    stat->total_time * dfso_upthreshold) {
total_time         71 drivers/devfreq/governor_simpleondemand.c 	    stat->total_time * (dfso_upthreshold - dfso_downdifferential)) {
total_time         79 drivers/devfreq/governor_simpleondemand.c 	b = div_u64(a, stat->total_time);
total_time        176 drivers/devfreq/rk3399_dmc.c 	stat->total_time = edata.total_count;
total_time         85 drivers/devfreq/tegra20-devfreq.c 	stat->total_time = readl_relaxed(tegra->regs + MC_STAT_EMC_CLOCKS) / 8;
total_time        506 drivers/devfreq/tegra30-devfreq.c 	stat->total_time = ACTMON_SAMPLING_PERIOD * cur_freq;
total_time        508 drivers/devfreq/tegra30-devfreq.c 	stat->busy_time = min(stat->busy_time, stat->total_time);
total_time         60 drivers/gpu/drm/msm/msm_gpu.c 	status->total_time = ktime_us_delta(time, gpu->devfreq.time);
total_time         99 drivers/gpu/drm/panfrost/panfrost_devfreq.c 	status->total_time = ktime_to_ns(ktime_add(pfdev->devfreq.slot[0].busy_time,
total_time        113 drivers/gpu/drm/panfrost/panfrost_devfreq.c 		status->total_time,
total_time        114 drivers/gpu/drm/panfrost/panfrost_devfreq.c 		status->busy_time / (status->total_time / 100),
total_time       1294 drivers/scsi/ufs/ufshcd.c 	stat->total_time = jiffies_to_usecs((long)jiffies -
total_time        316 drivers/thermal/devfreq_cooling.c 		dyn_power /= status->total_time;
total_time        378 drivers/thermal/devfreq_cooling.c 		est_power = (dyn_power * status->total_time) / busy_time;
total_time       4404 drivers/usb/core/hub.c 	int total_time, stable_time = 0;
total_time       4407 drivers/usb/core/hub.c 	for (total_time = 0; ; total_time += HUB_DEBOUNCE_STEP) {
total_time       4429 drivers/usb/core/hub.c 		if (total_time >= HUB_DEBOUNCE_TIMEOUT)
total_time       4435 drivers/usb/core/hub.c 			total_time, stable_time, portstatus);
total_time         53 include/linux/devfreq.h 	unsigned long total_time;
total_time         51 include/linux/pm_wakeup.h 	ktime_t total_time;
total_time         19 include/trace/events/devfreq.h 		__field(unsigned long, total_time)
total_time         27 include/trace/events/devfreq.h 		__entry->total_time = devfreq->last_status.total_time;
total_time         34 include/trace/events/devfreq.h 		__entry->total_time == 0 ? 0 :
total_time         35 include/trace/events/devfreq.h 			(100 * __entry->busy_time) / __entry->total_time)
total_time        172 include/trace/events/thermal.h 		__entry->load = (100 * status->busy_time) / status->total_time;
total_time        700 lib/test_rhashtable.c 	u64 total_time = 0;
total_time        742 lib/test_rhashtable.c 		total_time += time;
total_time        750 lib/test_rhashtable.c 	do_div(total_time, runs);
total_time        751 lib/test_rhashtable.c 	pr_info("Average test time: %llu\n", total_time);
total_time         19 sound/soc/sprd/sprd-pcm-dma.h 	int total_time;
total_time         77 tools/laptop/dslm/dslm.c     time_t total_time = 0;
total_time        109 tools/laptop/dslm/dslm.c     total_time = time(0) - start_time;
total_time        113 tools/laptop/dslm/dslm.c     tmp = (float)sleep_time / (float)total_time * 100;
total_time        115 tools/laptop/dslm/dslm.c     tmp = (float)active_time / (float)total_time * 100;
total_time        117 tools/laptop/dslm/dslm.c     tmp = (float)unknown_time / (float)total_time * 100;
total_time        534 tools/perf/builtin-kvm.c 	kvm->total_time += get_event_time(event, vcpu);
total_time        641 tools/perf/builtin-kvm.c 		pr_info("%8.2f%% ", (double)etime / kvm->total_time * 100);
total_time        650 tools/perf/builtin-kvm.c 		kvm->total_count, kvm->total_time / (double)NSEC_PER_USEC);
total_time        906 tools/perf/builtin-kvm.c 	kvm->total_time = 0;
total_time         97 tools/perf/builtin-timechart.c 	u64		total_time;
total_time        111 tools/perf/builtin-timechart.c 	u64		total_time;
total_time        296 tools/perf/builtin-timechart.c 		c->total_time += (end-start);
total_time        297 tools/perf/builtin-timechart.c 		p->total_time += (end-start);
total_time       1288 tools/perf/builtin-timechart.c 				if (c->total_time > 5000000000) /* 5 seconds */
total_time       1289 tools/perf/builtin-timechart.c 					sprintf(comm, "%s:%i (%2.2fs)", c->comm, p->pid, c->total_time / (double)NSEC_PER_SEC);
total_time       1291 tools/perf/builtin-timechart.c 					sprintf(comm, "%s:%i (%3.1fms)", c->comm, p->pid, c->total_time / (double)NSEC_PER_MSEC);
total_time       1390 tools/perf/builtin-timechart.c 		if (p->total_time >= threshold)
total_time       1401 tools/perf/builtin-timechart.c 			if (c->total_time >= threshold) {
total_time         94 tools/perf/util/kvm-stat.h 	u64 total_time;
total_time         16 tools/power/cpupower/bench/benchmark.c #define show_progress(total_time, progress_time)	\
total_time         19 tools/power/cpupower/bench/benchmark.c 		(progress_time * 100) / total_time);	\
total_time         85 tools/power/cpupower/bench/benchmark.c 	unsigned long total_time = 0, progress_time = 0;
total_time         92 tools/power/cpupower/bench/benchmark.c 		total_time += _round * (config->sleep + config->load);
total_time         93 tools/power/cpupower/bench/benchmark.c 	total_time *= 2; /* powersave and performance cycles */
total_time         99 tools/power/cpupower/bench/benchmark.c 		show_progress(total_time, progress_time);
total_time        142 tools/power/cpupower/bench/benchmark.c 		show_progress(total_time, progress_time);
total_time        699 tools/power/cpupower/lib/cpufreq.c 					unsigned long long *total_time)
total_time        713 tools/power/cpupower/lib/cpufreq.c 	*total_time = 0;
total_time        742 tools/power/cpupower/lib/cpufreq.c 			*total_time = *total_time + current->time_in_state;
total_time        170 tools/power/cpupower/lib/cpufreq.h 					unsigned long long *total_time);
total_time        436 tools/power/cpupower/utils/cpufreq-info.c 	unsigned long long total_time;
total_time        437 tools/power/cpupower/utils/cpufreq-info.c 	struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time);
total_time        442 tools/power/cpupower/utils/cpufreq-info.c 				(100.0 * stats->time_in_state) / total_time);