Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmman.h93 #define POSIX_MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
104 #define MADV_SEQUENTIAL POSIX_MADV_SEQUENTIAL
/openbsd/usr.bin/sort/
H A Dfile.c554 posix_madvise(addr, sz, POSIX_MADV_SEQUENTIAL); in file_reader_init()