Searched refs:next_rand_list (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dio_u.c215 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);
H A Dfio.h314 struct flist_head next_rand_list; member in struct:thread_data
H A Dbackend.c1329 INIT_FLIST_HEAD(&td->next_rand_list);

Completed in 171 milliseconds