OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_time_total
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/
builtin-lock.c
68
u64
wait_time_total
;
member in struct:lock_stat
215
SINGLE_KEY(
wait_time_total
)
234
* e.g. nr_acquired -> acquired,
wait_time_total
-> wait_total
251
DEF_KEY_LOCK(wait_total,
wait_time_total
),
518
ls->
wait_time_total
+= contended_term;
807
pr_info("%15" PRIu64 " ", st->
wait_time_total
);
Completed in 87 milliseconds