HomeSort by relevance Sort by last modified time
    Searched full:wait_time_max (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 62 u64 wait_time_max; member in struct:lock_stat
212 SINGLE_KEY(wait_time_max)
249 DEF_KEY_LOCK(wait_max, wait_time_max),
499 if (ls->wait_time_max < contended_term)
500 ls->wait_time_max = contended_term;
742 pr_info("%15" PRIu64 " ", st->wait_time_max);

Completed in 176 milliseconds