| /linux/arch/s390/kernel/ |
| H A D | idle.c | 29 unsigned long idle_time; in account_idle_time_irq() 31 idle_time = idle->clock_idle_exit.tod - idle->clock_idle_enter.tod; in account_idle_time_irq() 32 account_idle_time(cputime_to_nsecs(idle_time)); in account_idle_time_irq() 50 u64 idle_time; in arch_cpu_idle() 56 idle_time = idle->clock_idle_exit.tod - idle->clock_idle_enter.tod; in show_idle_count() 58 idle_time = now.tod - idle->clock_idle_enter.tod; in show_idle_count() 59 return cputime_to_nsecs(idle_time); in show_idle_count() 67 u64 idle_time; in show_idle_time() 76 idle_time = cpustat[idx]; 78 idle_time in arch_cpu_idle_exit() 27 unsigned long idle_time; account_idle_time_irq() local [all...] |
| /linux/drivers/md/ |
| H A D | dm-io-tracker.h | 25 unsigned long idle_time; member 33 iot->idle_time = 0ul; in dm_iot_init() 43 r = time_after(jiffies, iot->idle_time + j); in dm_iot_idle_for() 55 r = jiffies - iot->idle_time; in dm_iot_idle_time() 78 iot->idle_time = jiffies; in dm_iot_io_end()
|
| /linux/drivers/thermal/ |
| H A D | cpufreq_cooling.c | 62 * @idle_time: idle time stats 76 struct time_in_idle *idle_time; member 173 struct time_in_idle *idle_time = &cpufreq_cdev->idle_time[cpu_idx]; in get_load() local 176 delta_idle = now_idle - idle_time->time; in get_load() 177 delta_time = now - idle_time->timestamp; in get_load() 184 idle_time->time = now_idle; in get_load() 185 idle_time->timestamp = now; in get_load() 374 cpufreq_cdev->idle_time = kzalloc_objs(*cpufreq_cdev->idle_time, in allocate_idle_time() [all...] |
| /linux/drivers/cpufreq/ |
| H A D | cpufreq_governor.c | 98 * timestamp so that the next dbs_update() computes idle_time and nice_delta in gov_update_cpu_data() 99 * over the same interval, preventing an artificially inflated idle_time when in gov_update_cpu_data() 149 unsigned int idle_time, time_elapsed; in dbs_update() 160 * off, where idle_time is calculated by the difference between in dbs_update() 166 * in this case, idle_time should be regarded as 0 in order to in dbs_update() 170 idle_time = cur_idle_time - j_cdbs->prev_cpu_idle; in dbs_update() 172 idle_time = 0; in dbs_update() 185 idle_time += div_u64(cur_nice - j_cdbs->prev_cpu_nice, NSEC_PER_USEC); in dbs_update() 196 } else if (unlikely(idle_time > 2 * sampling_rate && in dbs_update() 217 * 'idle_time' (a in dbs_update() 140 unsigned int idle_time, time_elapsed; dbs_update() local [all...] |
| H A D | cpufreq.c | 135 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time_jiffy() 138 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time_jiffy() 140 return idle_time; in get_cpu_idle_time_jiffy() 137 u64 idle_time; get_cpu_idle_time_jiffy() local 160 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); get_cpu_idle_time() local
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 29 devfreq->idle_time += ktime_sub(now, last); in lima_devfreq_update_utilization() 50 devfreq->idle_time = 0; in lima_devfreq_reset() 68 devfreq->idle_time)); in lima_devfreq_get_dev_status()
|
| H A D | lima_devfreq.h | 22 ktime_t idle_time; member
|
| /linux/Documentation/networking/ |
| H A D | nexthop-group-resilient.rst | 262 id 10 index 0 idle_time 5.59 nhid 1 263 id 10 index 1 idle_time 5.59 nhid 1 264 id 10 index 2 idle_time 8.74 nhid 2 265 id 10 index 3 idle_time 8.74 nhid 2 266 id 10 index 4 idle_time 8.74 nhid 1 267 id 10 index 5 idle_time 8.74 nhid 1 268 id 10 index 6 idle_time 8.74 nhid 1 269 id 10 index 7 idle_time 8.74 nhid 1
|
| /linux/arch/s390/include/asm/ |
| H A D | idle.h | 16 unsigned long idle_time; global() member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | accounting.h | 22 unsigned long idle_time; member
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_devfreq.h | 26 ktime_t idle_time; member
|
| /linux/arch/powerpc/kernel/ |
| H A D | time.c | 270 acct->idle_time += stime + steal_time; in vtime_account_idle() 334 if (acct->idle_time) in vtime_flush() 335 account_idle_time(cputime_to_nsecs(acct->idle_time)); in vtime_flush() 352 acct->idle_time = 0; in vtime_flush()
|
| /linux/block/ |
| H A D | bfq-cgroup.c | 198 bfq_stat_add(&stats->idle_time, in bfqg_stats_update_idle_time() 317 bfq_stat_exit(&stats->idle_time); in bfqg_get() 388 bfq_stat_reset(&stats->idle_time); in bfqg_stats_add_aux() 410 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_xfer_dead() 473 bfq_stat_init(&stats->idle_time, gfp) || in bfqg_stats_init() 1387 .name = "bfq.idle_time", 1388 .private = offsetof(struct bfq_group, stats.idle_time),
|
| H A D | bfq-iosched.h | 943 struct bfq_stat idle_time; member
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | transport.c | 735 long idle_time = 0; 738 idle_time = (long)(jiffies - xprt->last_used) / HZ; 746 idle_time, 684 long idle_time = 0; xprt_rdma_print_stats() local
|
| /linux/drivers/pmdomain/ |
| H A D | core.c | 308 genpd->states[genpd->state_idx].idle_time += delta; in genpd_update_accounting() 3947 u64 now, delta, idle_time = 0; in genpd_debug_add() 3961 idle_time += state->idle_time; in genpd_debug_add() 3967 idle_time += delta; in genpd_debug_add() 3972 do_div(idle_time, NSEC_PER_MSEC); in genpd_debug_add() 3974 state_name, idle_time, state->usage, state->rejected, in genpd_debug_init() 4052 total += genpd->states[i].idle_time; 3782 u64 now, delta, idle_time = 0; idle_states_show() local
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ioctl.h | 291 u16 idle_time; member
|
| H A D | cmdevt.c | 1366 idletime = auto_ds->idle_time; in mwifiex_cmd_enh_power_mode()
|
| H A D | sta_cmd.c | 2495 auto_ds.idle_time = DEEP_SLEEP_IDLE_TIME; in mwifiex_sta_init_cmd()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 229 blkio.idle_time 235 idle_time accumulated till the last idle period and will not include
|
| /linux/net/sunrpc/ |
| H A D | xprtsock.c | 2864 long idle_time = 0; in xs_local_print_stats() 2867 idle_time = (long)(jiffies - xprt->last_used) / HZ; in xs_local_print_stats() 2874 idle_time, in xs_local_print_stats() 2918 long idle_time = 0; in xs_tcp_print_stats() 2921 idle_time = (long)(jiffies - xprt->last_used) / HZ; in xs_tcp_print_stats() 2929 idle_time, in xs_tcp_print_stats() 2863 long idle_time = 0; xs_local_print_stats() local 2917 long idle_time = 0; xs_tcp_print_stats() local
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 153 /** @idle_time: Time of last transition to idle. */ 154 ktime_t idle_time; 146 ktime_t idle_time; global() member
|
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 1633 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; in top_print_header() 1646 cpus_total_time ? (double)idle_time * 100 / cpus_total_time : 0, in top_print_work() 1595 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; top_print_cpu_usage() local
|
| /linux/tools/testing/selftests/net/ |
| H A D | fib_nexthops.sh | 278 | sed s/idle_time\ [0-9.]*\ // 2>/dev/null)
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 6950 cmn->idle_time = __cpu_to_le32(arg->idle_time); in ath10k_wmi_put_start_scan_common() 7089 arg->idle_time = 0; in ath10k_wmi_start_scan_init()
|