Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/aio/
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()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c44 #define AIO_BLKSIZE (64*1024) macro
47 static int aio_blksize = AIO_BLKSIZE;