Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c676 unsigned long usecs_rem; in print_graph_abs_time() local
678 usecs_rem = do_div(t, NSEC_PER_SEC); in print_graph_abs_time()
679 usecs_rem /= 1000; in print_graph_abs_time()
682 (unsigned long)t, usecs_rem); in print_graph_abs_time()