Searched refs:GINORMOUS (Results 1 – 1 of 1) sorted by relevance
32 #define GINORMOUS (32 * 1024 * 1024) macro38 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()