X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os.h;h=a2699dd2d0b14e69c5091e412bf20a2dab32045f;hp=68660b6d4ff406c7bb4bbb8aa4dcdc756d70f6d4;hb=311b84aeb3f8eba70191353b4b9fe0a2576f9d95;hpb=b990b5c06801d6d25e3fcc5415efbbe7bb23341e diff --git a/os.h b/os.h index 68660b6d..a2699dd2 100644 --- a/os.h +++ b/os.h @@ -47,13 +47,11 @@ #define OS_O_DIRECT O_DIRECT #endif -struct thread_data; -extern int fio_libaio_init(struct thread_data *); -extern int fio_posixaio_init(struct thread_data *); -extern int fio_syncio_init(struct thread_data *); -extern int fio_mmapio_init(struct thread_data *); -extern int fio_sgio_init(struct thread_data *); -extern int fio_spliceio_init(struct thread_data *); -extern int fio_cpuio_init(struct thread_data *); +#ifndef FIO_HAVE_HUGETLB +#define SHM_HUGETLB 0 +#define FIO_HUGE_PAGE 0 +#else +#define FIO_HUGE_PAGE (4096 * 1024) +#endif #endif