contended_term 479 tools/perf/builtin-lock.c u64 contended_term; contended_term 506 tools/perf/builtin-lock.c contended_term = sample->time - seq->prev_event_time; contended_term 507 tools/perf/builtin-lock.c ls->wait_time_total += contended_term; contended_term 508 tools/perf/builtin-lock.c if (contended_term < ls->wait_time_min) contended_term 509 tools/perf/builtin-lock.c ls->wait_time_min = contended_term; contended_term 510 tools/perf/builtin-lock.c if (ls->wait_time_max < contended_term) contended_term 511 tools/perf/builtin-lock.c ls->wait_time_max = contended_term;