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

  /external/fio/t/
dedupe.c 342 unsigned long this_items; local
361 this_items = nitems - last_nitems;
362 this_items *= blocksize;
365 this_items = (this_items * 1000) / (tdiff * 1024);
366 printf("%3.2f%% done (%luKiB/sec)\r", perc, this_items);

Completed in 121 milliseconds