Searched defs:us_to_ns (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/ | ||
H A D | stat.h | 142 const u64 us_to_ns = 1000; in update_rusage_stats() local |
/openbmc/linux/net/sched/ | ||
H A D | sch_cake.c | 278 static u64 us_to_ns(u64 us) in us_to_ns() function |