Home
last modified time | relevance | path

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

/external/autotest/client/tests/aio_dio_bugs/src/
Daio-dio-invalidate-failure.c32 #define GINORMOUS (32 * 1024 * 1024) macro
38 static unsigned char buf[GINORMOUS] __attribute((aligned (512)));
53 io_prep_pwrite(&iocb, fd, buf, GINORMOUS, 0); in spin_dio()
73 if (event.res != GINORMOUS) in spin_dio()
83 ret = pwrite(fd, buf, GINORMOUS, 0); in spin_buffered()
84 if (ret != GINORMOUS) in spin_buffered()