Searched refs:ns_from_time_value (Results 1 – 4 of 4) sorted by relevance
413 info->user_time = time_value_from_ns(ns_from_time_value(after.user_time) - in thread_basic_info_usage()414 ns_from_time_value(before.user_time)); in thread_basic_info_usage()416 ns_from_time_value(after.system_time) - in thread_basic_info_usage()417 ns_from_time_value(before.system_time)); in thread_basic_info_usage()427 ns = ns_from_time_value(info->user_time) + in thread_basic_info_measurement()428 ns_from_time_value(info->system_time); in thread_basic_info_measurement()431 ns = ns_from_time_value(info->system_time); in thread_basic_info_measurement()
51 uint64_t ns_from_time_value(struct time_value tv);
213 .usr_time = ns_from_time_value(info.user_time), in task_basic_info_times()214 .sys_time = ns_from_time_value(info.system_time), in task_basic_info_times()
158 ns_from_time_value(struct time_value tv) in ns_from_time_value() function