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

  /external/blktrace/
blkiomon.c 87 static struct dstat *dstat_list[2] = {}; variable in typeref:struct:dstat
218 dstat->next = dstat_list[dstat_curr];
219 dstat_list[dstat_curr] = dstat;
291 head = dstat_list[finished];
294 dstat_list[finished] = NULL;

Completed in 56 milliseconds