Searched refs:timespec_add (Results 1 – 3 of 3) sorted by relevance
101 total = timespec_add(total, ts_diff); in vcpu_worker() 228 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff); in run_test() 235 get_dirty_log_total = timespec_add(get_dirty_log_total, in run_test() 245 clear_dirty_log_total = timespec_add(clear_dirty_log_total, in run_test()
85 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
95 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() function