OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_latency_entry
(Results
1 - 1
of
1
) sorted by null
/system/extras/latencytop/
latencytop.c
54
static struct latency_entry *
find_latency_entry
(struct latency_entry *e, char *reason);
293
static struct latency_entry *
find_latency_entry
(struct latency_entry *head, char *reason) {
function
347
e =
find_latency_entry
(head, reason);
Completed in 767 milliseconds