OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_u_requeues
(Results
1 - 3
of
3
) sorted by null
/external/fio/
fio.h
211
struct io_u_ring
io_u_requeues
;
member in struct:thread_data
io_u.c
720
io_u_rpush(&td->
io_u_requeues
, __io_u);
1301
if (!io_u_rempty(&td->
io_u_requeues
))
1302
io_u = io_u_rpop(&td->
io_u_requeues
);
[
all
...]
backend.c
1007
io_u_rexit(&td->
io_u_requeues
);
1033
err += io_u_rinit(&td->
io_u_requeues
, td->o.iodepth);
[
all
...]
Completed in 185 milliseconds