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

  /external/fio/
gettime.c 561 unsigned long nr_entries, tentries, failed = 0; local
585 tentries = nr_entries * nr_cpus;
586 entries = malloc(tentries * sizeof(struct clock_entry));
637 qsort(entries, tentries, sizeof(struct clock_entry), clock_cmp);
639 for (failed = i = 0; i < tentries; i++) {

Completed in 210 milliseconds