OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 687 milliseconds