Searched refs:NANOSEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance
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()
68 #define NANOSEC_PER_SEC 1000000000 /* 10^9 */ macro203 return (__u64)t.tv_sec * NANOSEC_PER_SEC + t.tv_nsec; in gettime()578 period_ = ((double)period / NANOSEC_PER_SEC); in calc_period()1025 prev_time = sample_interval * NANOSEC_PER_SEC; in stats_get_devmap_xmit_multi()