Home
last modified time | relevance | path

Searched refs:controller_busy_time (Results 1 – 2 of 2) sorted by relevance

/qemu/qga/
H A Dcommands-linux.c951 smart->controller_busy_time_lo = le64_to_cpu(log.controller_busy_time[0]); in get_nvme_smart()
952 smart->controller_busy_time_hi = le64_to_cpu(log.controller_busy_time[1]); in get_nvme_smart()
/qemu/include/block/
H A Dnvme.h1009 uint64_t controller_busy_time[2]; member