Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiodio_append.c76 #define AIO_SIZE 64*1024 macro
104 TEST(posix_memalign(&bufptr, 4096, AIO_SIZE)); in aiodio_append()
109 memset(bufptr, 0, AIO_SIZE); in aiodio_append()
110 io_prep_pwrite(&iocb_array[i], fd, bufptr, AIO_SIZE, offset); in aiodio_append()
112 offset += AIO_SIZE; in aiodio_append()
135 AIO_SIZE, offset); in aiodio_append()
136 offset += AIO_SIZE; in aiodio_append()