OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linehead
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/profilers/powertop/src/
powertop.c
77
int
linehead
;
variable
94
for (i = 0; i <
linehead
; i++)
99
if (
linehead
== linesize)
101
lines[
linehead
].string = strdup (string);
102
lines[
linehead
].count = count;
103
lines[
linehead
].pid[0] = 0;
104
linehead
++;
111
for (i = 0; i <
linehead
; i++)
118
if (
linehead
== linesize)
120
lines[
linehead
].string = strdup (string)
[
all
...]
powertop.h
40
extern int
linehead
;
display.c
282
for (i = 0; i <
linehead
; i++)
Completed in 218 milliseconds