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

  /external/fio/
io_u.c 215 if (!flist_empty(&td->next_rand_list)) {
217 r = flist_first_entry(&td->next_rand_list, struct rand_off, list);
233 flist_add(&r->list, &td->next_rand_list);
239 assert(!flist_empty(&td->next_rand_list));
240 flist_sort(NULL, &td->next_rand_list, flist_cmp);
    [all...]
fio.h 314 struct flist_head next_rand_list; member in struct:thread_data
backend.c 1329 INIT_FLIST_HEAD(&td->next_rand_list);
    [all...]

Completed in 112 milliseconds