Home
last modified time | relevance | path

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

/xen/tools/xenmon/
A Dxenbaked.c741 new_qos->domain_info[idx].last_update_time = global_now; in qos_init_domain()
893 uint64_t last_update_time, start; in qos_update_thread() local
899 last_update_time = new_qos->domain_info[id].last_update_time; in qos_update_thread()
901 time_since_update = now - last_update_time; in qos_update_thread()
911 else if ( ((~0ULL - last_update_time) < billion) && (now < billion) ) { in qos_update_thread()
915 time_since_update = now + (~0ULL - last_update_time); in qos_update_thread()
925 new_qos->domain_info[id].last_update_time = now; in qos_update_thread()
A Dxenbaked.h52 uint64_t last_update_time; member

Completed in 4 milliseconds