Searched refs:last_access_time_ns (Results 1 – 3 of 3) sorted by relevance
233 stats->last_access_time_ns = time_ns; in block_account_one_io()266 stats->last_access_time_ns = qemu_clock_get_ns(clock_type); in block_acct_invalid()283 return qemu_clock_get_ns(clock_type) - stats->last_access_time_ns; in block_acct_idle_time_ns()
536 ds->has_idle_time_ns = stats->last_access_time_ns > 0; in bdrv_query_blk_stats()
90 int64_t last_access_time_ns; member