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

  /external/fio/
gettime.c 451 struct clock_entry { struct
463 struct clock_entry *entries;
474 struct clock_entry *c;
523 const struct clock_entry *c1 = p1;
524 const struct clock_entry *c2 = p2;
536 struct clock_entry *entries;
538 struct clock_entry *prev, *this;
550 entries = malloc(tentries * sizeof(struct clock_entry));
597 qsort(entries, tentries, sizeof(struct clock_entry), clock_cmp);

Completed in 65 milliseconds