Searched refs:rl_start (Results 1 – 3 of 3) sorted by relevance
248 dur = cur.rl_end - cur.rl_start; in request_log()268 if (max_time_seen != 0 && max_time_seen >= cur.rl_start) { in request_log()269 dur = max_time_seen - cur.rl_start; in request_log()297 cur.rl_start); in request_log()358 if (max_time_seen < tip->ti_log.rl_start) in request_log_add_thread()359 max_time_seen = tip->ti_log.rl_start; in request_log_add_thread()364 if (tip->ti_log.rl_start != 0) { in request_log_add_thread()366 (*arg)->timestamp = tip->ti_log.rl_start; in request_log_add_thread()424 if (max_time_seen < cur.rl_start) in request_log_walk_init()425 max_time_seen = cur.rl_start; in request_log_walk_init()[all …]
574 hrtime_t rl_start; member
103 if (rlp->rl_start != 0 && request_log != NULL) { in log_enter()129 rlp->rl_start = gethrtime(); in start_log()