Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_functions_graph.c612 unsigned long usecs_rem; in print_graph_abs_time() local
614 usecs_rem = do_div(t, NSEC_PER_SEC); in print_graph_abs_time()
615 usecs_rem /= 1000; in print_graph_abs_time()
618 (unsigned long)t, usecs_rem); in print_graph_abs_time()