Home
last modified time | relevance | path

Searched refs:idle_time (Results 1 – 22 of 22) sorted by relevance

/linux/arch/s390/kernel/
H A Didle.c28 unsigned long idle_time; in account_idle_time_irq() local
38 idle_time = lc->int_clock - idle->clock_idle_enter; in account_idle_time_irq()
47 WRITE_ONCE(idle->idle_time, READ_ONCE(idle->idle_time) + idle_time); in account_idle_time_irq()
49 account_idle_time(cputime_to_nsecs(idle_time)); in account_idle_time_irq()
84 return sysfs_emit(buf, "%lu\n", READ_ONCE(idle->idle_time) >> 12); in show_idle_time()
/linux/drivers/md/
H A Ddm-io-tracker.h25 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 Dcpufreq_cooling.c76 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 = kcalloc(num_cpus, in allocate_idle_time()
375 sizeof(*cpufreq_cdev->idle_time), in allocate_idle_time()
377 if (!cpufreq_cdev->idle_time) in allocate_idle_time()
385 kfree(cpufreq_cdev->idle_time); in free_idle_time()
[all …]
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c29 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 Dlima_devfreq.h22 ktime_t idle_time; member
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst262 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 Didle.h16 unsigned long idle_time; member
/linux/arch/powerpc/include/asm/
H A Daccounting.h22 unsigned long idle_time; member
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h26 ktime_t idle_time; member
/linux/arch/powerpc/kernel/
H A Dtime.c270 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 Dbfq-cgroup.c198 bfq_stat_add(&stats->idle_time, in bfqg_stats_update_idle_time()
367 bfq_stat_reset(&stats->idle_time); in bfqg_stats_reset()
389 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux()
450 bfq_stat_exit(&stats->idle_time); in bfqg_stats_exit()
471 bfq_stat_init(&stats->idle_time, gfp) || in bfqg_stats_init()
1361 .name = "bfq.idle_time",
1362 .private = offsetof(struct bfq_group, stats.idle_time),
H A Dbfq-iosched.h943 struct bfq_stat idle_time; member
/linux/net/sunrpc/xprtrdma/
H A Dtransport.c671 long idle_time = 0; in xprt_rdma_print_stats() local
674 idle_time = (long)(jiffies - xprt->last_used) / HZ; in xprt_rdma_print_stats()
682 idle_time, in xprt_rdma_print_stats()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h291 u16 idle_time; member
H A Dcmdevt.c1366 idletime = auto_ds->idle_time; in mwifiex_cmd_enh_power_mode()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst229 blkio.idle_time
235 idle_time accumulated till the last idle period and will not include
/linux/net/sunrpc/
H A Dxprtsock.c2864 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 Dmsm_gpu.h146 ktime_t idle_time; member
/linux/tools/perf/
H A Dbuiltin-kwork.c1595 u64 idle_time = stat->cpus_runtime[MAX_NR_CPUS].idle; in top_print_cpu_usage() local
1608 cpus_total_time ? (double)idle_time * 100 / cpus_total_time : 0, in top_print_cpu_usage()
/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh278 | sed s/idle_time\ [0-9.]*\ // 2>/dev/null)
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c2143 arg->idle_time = 0; in ath11k_wmi_start_scan_init()
2314 cmd->idle_time = params->idle_time; in ath11k_wmi_send_scan_start_cmd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c6951 cmn->idle_time = __cpu_to_le32(arg->idle_time); in ath10k_wmi_put_start_scan_common()
7090 arg->idle_time = 0; in ath10k_wmi_start_scan_init()