OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPLICE_DEF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/fio/engines/
splice.c
43
if (this_len >
SPLICE_DEF_SIZE
)
44
this_len =
SPLICE_DEF_SIZE
;
103
if (this_len >
SPLICE_DEF_SIZE
) {
104
this_len =
SPLICE_DEF_SIZE
;
/external/fio/os/
os-android.h
121
#define
SPLICE_DEF_SIZE
(64*1024)
os-linux.h
113
#define
SPLICE_DEF_SIZE
(64*1024)
Completed in 111 milliseconds