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 223 if (!flist_empty(&td->next_rand_list)) {
226 r = flist_entry(td->next_rand_list.next, struct rand_off, list);
242 flist_add(&r->list, &td->next_rand_list);
248 assert(!flist_empty(&td->next_rand_list));
249 flist_sort(NULL, &td->next_rand_list, flist_cmp);
    [all...]
fio.h 307 struct flist_head next_rand_list; member in struct:thread_data
backend.c 1289 INIT_FLIST_HEAD(&td->next_rand_list);
    [all...]

Completed in 65 milliseconds