Home
last modified time | relevance | path

Searched refs:usecs_rem (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions_graph.c711 unsigned long usecs_rem; in print_graph_abs_time() local
713 usecs_rem = do_div(t, NSEC_PER_SEC); in print_graph_abs_time()
714 usecs_rem /= 1000; in print_graph_abs_time()
717 (unsigned long)t, usecs_rem); in print_graph_abs_time()