Home
last modified time | relevance | path

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

/kernel/
Dasync.c126 ktime_t calltime, delta, rettime; in run_one_entry() local
147 rettime = ktime_get(); in run_one_entry()
148 delta = ktime_sub(rettime, calltime); in run_one_entry()
/kernel/trace/
Dtrace_functions_graph.c356 duration = graph_ret->rettime - graph_ret->calltime; in print_graph_entry_leaf()
476 unsigned long long duration = trace->rettime - trace->calltime; in print_graph_return()