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.c618 unsigned long usecs_rem; in print_graph_abs_time() local
620 usecs_rem = do_div(t, NSEC_PER_SEC); in print_graph_abs_time()
621 usecs_rem /= 1000; in print_graph_abs_time()
624 (unsigned long)t, usecs_rem); in print_graph_abs_time()