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 312 unsigned long trim_entries; member in struct:thread_data
backend.c 953 if (td->trim_entries)
954 log_err("fio: %lu trim entries leaked?\n", td->trim_entries);
    [all...]
iolog.c 218 td->trim_entries++;
io_u.c 1341 if (td->trim_entries) {
    [all...]

Completed in 148 milliseconds