HomeSort by relevance Sort by last modified time
    Searched refs:trim_entries (Results 1 - 6 of 6) sorted by null

  /external/fio/
trim.h 18 td->trim_entries--;
trim.c 26 assert(td->trim_entries);
fio.h 305 unsigned long trim_entries; member in struct:thread_data
iolog.c 207 td->trim_entries++;
backend.c 919 if (td->trim_entries)
920 log_err("fio: %lu trim entries leaked?\n", td->trim_entries);
    [all...]
io_u.c 1343 if (td->trim_entries) {
    [all...]

Completed in 76 milliseconds