OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_events
(Results
1 - 6
of
6
) sorted by null
/external/fio/engines/
null.c
33
static int fio_null_getevents(struct thread_data *td, unsigned int
min_events
,
40
if (
min_events
) {
/external/libevent/
evport.c
122
static int grow(struct evport_data *, int
min_events
);
167
grow(struct evport_data *data, int
min_events
)
176
} while (newsize <
min_events
);
178
newsize =
min_events
;
/frameworks/av/media/mtp/
MtpFfsHandle.h
83
int waitEvents(struct io_buffer *buf, int
min_events
, struct io_event *events, int *counter);
MtpFfsHandle.cpp
302
int MtpFfsHandle::waitEvents(struct io_buffer *buf, int
min_events
, struct io_event *events,
308
while (num_events <
min_events
) {
/external/fio/
backend.c
597
int ret,
min_events
;
local
741
min_events
= td->cur_depth;
743
if (
min_events
)
744
ret = io_u_queued_complete(td,
min_events
);
[
all
...]
io_u.c
[
all
...]
Completed in 148 milliseconds