Searched refs:NANOSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
68 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro79 return (__u64) t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()217 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()229 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period_u64()
168 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro179 return (__u64) t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()311 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()
131 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro142 return (__u64) t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()254 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()