Searched refs:time_value (Results 1 – 7 of 7) sorted by relevance
66 struct time_value { struct71 typedef struct time_value time_value_t; argument
173 time_value.h \
63 uint64_t ns_from_time_value(struct time_value tv);66 struct time_value time_value_from_ns(uint64_t ns);
220 ns_from_time_value(struct time_value tv) in ns_from_time_value()226 struct time_value229 return (struct time_value){ in time_value_from_ns()
178 struct time_value;179 void get_procrustime(struct time_value *tv);
89 void bsd_uprofil(struct time_value *syst, user_addr_t pc);
553 key_convert_continuous_time_ns(u_int64_t time_value) in key_convert_continuous_time_ns() argument556 if (time_value == 0) { in key_convert_continuous_time_ns()566 const u_int64_t time_offset_ns = key_get_continuous_time_ns() - time_value; in key_convert_continuous_time_ns()