Searched refs:usecs_rem (Results 1 – 2 of 2) sorted by relevance
711 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()
569 unsigned long usecs_rem; in trace_remote_iter_print_event() local577 usecs_rem = do_div(ts, USEC_PER_SEC); in trace_remote_iter_print_event()580 ts, usecs_rem); in trace_remote_iter_print_event()