Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-stream2-large-read-stall.js29 const READSIZE = 100; constant
46 console.error(` > read(${READSIZE})`);
47 ret = r.read(READSIZE);
49 } while (ret && ret.length === READSIZE);
/third_party/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c109 #define READSIZE (1024*1024) macro
119 #define MAX_WORKERS (READSIZE/PAGE_SIZE)
268 for (offset = 0; offset < FILESIZE; offset += READSIZE) { in dma_thread_diotest_verify()
269 memset(buffer, PATTERN, READSIZE + align); in dma_thread_diotest_verify()
278 READSIZE - PAGE_SIZE * (workers - 1); in dma_thread_diotest_verify()
422 if (posix_memalign((void **)&buffer, PAGE_SIZE, READSIZE + align) != 0) in setup()
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/
Dfloat.patch621 - console.error(' > read(%d)', READSIZE);
622 + //console.error(' > read(%d)', READSIZE);
623 var ret = r.read(READSIZE);
626 } while (ret && ret.length === READSIZE);