Searched refs:NANOSEC_PER_SEC (Results 1 – 3 of 3) sorted by relevance
103 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro114 return (__u64) t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()252 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()264 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()304 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()
162 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro173 return (__u64) t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()298 period_ = ((double) period / NANOSEC_PER_SEC); in calc_period()