Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenbaked.c739 new_qos->domain_info[idx].last_update_time = global_now; in qos_init_domain()
891 uint64_t last_update_time, start; in qos_update_thread() local
897 last_update_time = new_qos->domain_info[id].last_update_time; in qos_update_thread()
899 time_since_update = now - last_update_time; in qos_update_thread()
909 else if ( ((~0ULL - last_update_time) < billion) && (now < billion) ) { in qos_update_thread()
913 time_since_update = now + (~0ULL - last_update_time); in qos_update_thread()
923 new_qos->domain_info[id].last_update_time = now; in qos_update_thread()
A Dxenbaked.h52 uint64_t last_update_time; member

Completed in 5 milliseconds