Searched refs:SPLICE_DEF_SIZE (Results 1 – 3 of 3) sorted by relevance
43 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()
141 #define SPLICE_DEF_SIZE (64*1024) macro
127 #define SPLICE_DEF_SIZE (64*1024) macro