Home
last modified time | relevance | path

Searched refs:AIO_BLKSIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c19 #define AIO_BLKSIZE (64*1024) macro
131 if (posix_memalign(&bufptr, alignment, AIO_BLKSIZE)) { in io_tio()
135 memset(bufptr, 0, AIO_BLKSIZE); in io_tio()
138 AIO_BLKSIZE, offset); in io_tio()
141 offset += AIO_BLKSIZE; in io_tio()
145 if (posix_memalign(&bufptr, alignment, AIO_BLKSIZE)) { in io_tio()
149 memset(bufptr, 0, AIO_BLKSIZE); in io_tio()
152 AIO_BLKSIZE, offset); in io_tio()
155 offset += AIO_BLKSIZE; in io_tio()

Completed in 1 milliseconds