Home
last modified time | relevance | path

Searched refs:last_access_time_ns (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Daccounting.c233 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()
H A Dqapi.c536 ds->has_idle_time_ns = stats->last_access_time_ns > 0; in bdrv_query_blk_stats()
/openbmc/qemu/include/block/
H A Daccounting.h90 int64_t last_access_time_ns; member