Searched refs:READSIZE (Results 1 – 3 of 3) sorted by relevance
29 const READSIZE = 100; constant46 console.error(` > read(${READSIZE})`);47 ret = r.read(READSIZE);49 } while (ret && ret.length === READSIZE);
109 #define READSIZE (1024*1024) macro119 #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()
621 - console.error(' > read(%d)', READSIZE);622 + //console.error(' > read(%d)', READSIZE);623 var ret = r.read(READSIZE);626 } while (ret && ret.length === READSIZE);