OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dstat
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
blkiomon.c
61
struct
dstat
{
struct
64
struct
dstat
*next;
85
static struct
dstat
*vacant_dstats_list = NULL;
87
static struct
dstat
*dstat_list[2] = {};
156
static struct
dstat
*blkiomon_alloc_dstat(void)
158
struct
dstat
*
dstat
;
local
161
dstat
= vacant_dstats_list;
162
vacant_dstats_list =
dstat
->next;
164
dstat
= malloc(sizeof(*dstat))
179
struct
dstat
*
dstat
;
local
200
struct
dstat
*
dstat
;
local
257
struct
dstat
*
dstat
, *tail = NULL;
local
311
struct
dstat
*
dstat
;
local
[
all
...]
Completed in 31 milliseconds