Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dmmap20.sh76 if (madvise(ptr, sz, MADV_WILLNEED) != 0)
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h44 #define MADV_WILLNEED 3 /* expect access in the near future */ macro
/freebsd/sys/sys/
H A Dmman.h160 #define MADV_WILLNEED _MADV_WILLNEED macro
/freebsd/sys/compat/linux/
H A Dlinux_mmap.c352 return (kern_madvise(td, addr, len, MADV_WILLNEED)); in linux_madvise_common()
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1531 largepage_madvise(addr, ps[0], MADV_WILLNEED, 0); in ATF_TC_BODY()
1532 largepage_madvise(addr, ps[i], MADV_WILLNEED, 0); in ATF_TC_BODY()
/freebsd/sys/vm/
H A Dvm_object.c1403 if (advice == MADV_WILLNEED) { in vm_object_madvise()
H A Dvm_map.c3020 case MADV_WILLNEED: in vm_map_madvise()
3164 if (behav == MADV_WILLNEED && in vm_map_madvise()
H A Dvm_page.c4478 if (advice == MADV_WILLNEED) in vm_page_advise()