Home
last modified time | relevance | path

Searched refs:SPLICE_DEF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/fio/engines/
Dsplice.c43 if (this_len > SPLICE_DEF_SIZE) in fio_splice_read_old()
44 this_len = SPLICE_DEF_SIZE; in fio_splice_read_old()
103 if (this_len > SPLICE_DEF_SIZE) { in fio_splice_read()
104 this_len = SPLICE_DEF_SIZE; in fio_splice_read()
/external/fio/os/
Dos-android.h141 #define SPLICE_DEF_SIZE (64*1024) macro
Dos-linux.h127 #define SPLICE_DEF_SIZE (64*1024) macro