HomeSort by relevance Sort by last modified time
    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 141 #define SPLICE_DEF_SIZE (64*1024)
os-linux.h 127 #define SPLICE_DEF_SIZE (64*1024)

Completed in 493 milliseconds