Searched refs:last_update_time (Results 1 – 2 of 2) sorted by relevance
741 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() local899 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()
52 uint64_t last_update_time; member
Completed in 4 milliseconds