| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | idle.c | 27 unsigned long long idle_time; in enabled_wait() local 43 idle_time = idle->clock_idle_exit - idle->clock_idle_enter; in enabled_wait() 45 idle->idle_time += idle_time; in enabled_wait() 47 account_idle_time(cputime_to_nsecs(idle_time)); in enabled_wait() 72 unsigned long long now, idle_time, idle_enter, idle_exit, in_idle; in show_idle_time() local 78 idle_time = READ_ONCE(idle->idle_time); in show_idle_time() 91 idle_time += in_idle; in show_idle_time() 92 return sprintf(buf, "%llu\n", idle_time >> 12); in show_idle_time()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | cpufreq_cooling.c | 79 struct time_in_idle *idle_time; member 148 struct time_in_idle *idle_time = &cpufreq_cdev->idle_time[cpu_idx]; in get_load() local 151 delta_idle = now_idle - idle_time->time; in get_load() 152 delta_time = now - idle_time->timestamp; in get_load() 159 idle_time->time = now_idle; in get_load() 160 idle_time->timestamp = now; in get_load() 518 cpufreq_cdev->idle_time = kcalloc(num_cpus, in __cpufreq_cooling_register() 519 sizeof(*cpufreq_cdev->idle_time), in __cpufreq_cooling_register() 521 if (!cpufreq_cdev->idle_time) { in __cpufreq_cooling_register() 582 kfree(cpufreq_cdev->idle_time); in __cpufreq_cooling_register() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq_governor.c | 140 unsigned int idle_time, time_elapsed; in dbs_update() local 148 idle_time = cur_idle_time - j_cdbs->prev_cpu_idle; in dbs_update() 154 idle_time += div_u64(cur_nice - j_cdbs->prev_cpu_nice, NSEC_PER_USEC); in dbs_update() 165 } else if (unlikely((int)idle_time > 2 * sampling_rate && in dbs_update() 192 if (time_elapsed >= idle_time) { in dbs_update() 193 load = 100 * (time_elapsed - idle_time) / time_elapsed; in dbs_update() 210 load = (int)idle_time < 0 ? 100 : 0; in dbs_update() 215 if (unlikely((int)idle_time > 2 * sampling_rate)) { in dbs_update() 216 unsigned int periods = idle_time / sampling_rate; in dbs_update()
|
| H A D | cpufreq_ondemand.c | 357 u64 idle_time; in od_init() local 365 idle_time = get_cpu_idle_time_us(cpu, NULL); in od_init() 367 if (idle_time != -1ULL) { in od_init()
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0007-Support-hotplug-when-listening-all-devices.patch | 62 - unsigned long tms_start, tms_end, idle_time = 0; 99 + unsigned long tms_start, tms_end, idle_time = 0; 146 - idle_time += conf.min_timeout; 151 + idle_time += timeout; 154 idle_event_parse(idle_time); 158 if(tms_end - tms_start > 750 || idle_time > 0) { 160 idle_time = 0;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 21 if (idle_time < 0) 22 idle_time = 300; /* default idle timeout, in seconds */ 27 wet.compositor->idle_time = idle_time;
|
| H A D | 0027-Support-holding-display-for-the-first-app.patch | 45 wet.compositor->idle_time = idle_time;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0030-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 21 if (idle_time < 0) 22 idle_time = 300; /* default idle timeout, in seconds */ 27 wet.compositor->idle_time = idle_time;
|
| H A D | 0024-Support-holding-display-for-the-first-app.patch | 45 wet.compositor->idle_time = idle_time;
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0033-compositor-Force-the-first-app-on-bottom-in-warm-up-.patch | 21 if (idle_time < 0) 22 idle_time = 300; /* default idle timeout, in seconds */ 27 wet.compositor->idle_time = idle_time;
|
| H A D | 0027-Support-holding-display-for-the-first-app.patch | 45 wet.compositor->idle_time = idle_time;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_devfreq.c | 23 pfdevfreq->idle_time += ktime_sub(now, last); in panfrost_devfreq_update_utilization() 49 pfdevfreq->idle_time = 0; in panfrost_devfreq_reset() 67 pfdevfreq->idle_time)); in panfrost_devfreq_get_dev_status()
|
| H A D | panfrost_devfreq.h | 23 ktime_t idle_time; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | time.c | 78 if (ti->idle_time) in vtime_flush() 79 account_idle_time(cycle_to_nsec(ti->idle_time)); in vtime_flush() 98 ti->idle_time = 0; in vtime_flush() 156 ti->idle_time += vtime_delta(tsk); in vtime_account_idle()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 29 devfreq->idle_time += ktime_sub(now, last); in lima_devfreq_update_utilization() 55 devfreq->idle_time = 0; in lima_devfreq_reset() 73 devfreq->idle_time)); in lima_devfreq_get_dev_status()
|
| H A D | lima_devfreq.h | 24 ktime_t idle_time; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | idle.h | 18 unsigned long long idle_time; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | accounting.h | 22 unsigned long idle_time; member
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bfq-cgroup.c | 198 bfq_stat_add(&stats->idle_time, in bfqg_stats_update_idle_time() 374 bfq_stat_reset(&stats->idle_time); in bfqg_stats_reset() 396 bfq_stat_add_aux(&to->idle_time, &from->idle_time); in bfqg_stats_add_aux() 457 bfq_stat_exit(&stats->idle_time); in bfqg_stats_exit() 478 bfq_stat_init(&stats->idle_time, gfp) || in bfqg_stats_init() 1398 .private = offsetof(struct bfq_group, stats.idle_time),
|
| H A D | blk-throttle.c | 1584 char idle_time[26] = ""; in tg_prfill_limit() local 1621 strcpy(idle_time, " idle=max"); in tg_prfill_limit() 1623 snprintf(idle_time, sizeof(idle_time), " idle=%lu", in tg_prfill_limit() 1634 dname, bufs[0], bufs[1], bufs[2], bufs[3], idle_time, in tg_prfill_limit() 1653 unsigned long idle_time; in tg_set_limit() local 1669 idle_time = tg->idletime_threshold_conf; in tg_set_limit() 1703 idle_time = val; in tg_set_limit() 1729 tg->idletime_threshold_conf = idle_time; in tg_set_limit()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | time.c | 371 acct->idle_time += stime + steal_time; in vtime_account_idle() 411 if (acct->idle_time) in vtime_flush() 412 account_idle_time(cputime_to_nsecs(acct->idle_time)); in vtime_flush() 429 acct->idle_time = 0; in vtime_flush()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/ |
| H A D | transport.c | 685 long idle_time = 0; in xprt_rdma_print_stats() local 688 idle_time = (long)(jiffies - xprt->last_used) / HZ; in xprt_rdma_print_stats() 696 idle_time, in xprt_rdma_print_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.h | 267 extern void dhd_bus_setidletime(dhd_pub_t *dhdp, int idle_time); 268 extern void dhd_bus_getidletime(dhd_pub_t *dhdp, int* idle_time);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.h | 269 extern void dhd_bus_setidletime(dhd_pub_t *dhdp, int idle_time); 270 extern void dhd_bus_getidletime(dhd_pub_t *dhdp, int* idle_time);
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | thread_info.h | 38 __u64 idle_time; member
|