Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dosdep.c60 int rc = posix_madvise(addr, len, advice); in qemu_madvise()
/openbmc/qemu/
H A Dmeson.build2763 # On Darwin posix_madvise() has the same return semantics as plain madvise(),
2770 int main(void) { return posix_madvise(NULL, 0, POSIX_MADV_DONTNEED); }'''))