Home
last modified time | relevance | path

Searched refs:idle_time_ns (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/power/
H A Dwakelock.c109 u64 idle_time_ns; in __wakelocks_gc() local
113 idle_time_ns = ktime_to_ns(ktime_sub(now, wl->ws->last_time)); in __wakelocks_gc()
117 if (idle_time_ns < ((u64)WL_GC_TIME_SEC * NSEC_PER_SEC)) in __wakelocks_gc()
/openbmc/linux/drivers/base/power/
H A Ddomain_governor.c164 s64 idle_time_ns, min_sleep_ns; in next_wakeup_allows_state() local
169 idle_time_ns = ktime_to_ns(ktime_sub(domain_wakeup, now)); in next_wakeup_allows_state()
171 return idle_time_ns >= min_sleep_ns; in next_wakeup_allows_state()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c834 stats->value->stats->idle_time_ns); in hmp_info_blockstats()
/openbmc/qemu/block/
H A Dqapi.c543 ds->idle_time_ns = block_acct_idle_time_ns(stats); in bdrv_query_blk_stats()
/openbmc/qemu/qapi/
H A Dblock-core.json972 # @idle_time_ns: Time since the last I/O operation, in nanoseconds.
1035 'unmap_merged': 'int', '*idle_time_ns': 'int',