Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dconfig.h38 #define MADV_DONTFORK MADV_NORMAL
39 #define MADV_DOFORK MADV_NORMAL
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h43 #define MADV_NORMAL 0 /* no special treatment */ macro
/freebsd/sys/sys/
H A Dmman.h157 #define MADV_NORMAL _MADV_NORMAL macro
/freebsd/sys/compat/linux/
H A Dlinux_mmap.c346 return (kern_madvise(td, addr, len, MADV_NORMAL)); in linux_madvise_common()
/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c314 SC_ALLOW_ARG(__NR_madvise, 2, MADV_NORMAL),
/freebsd/contrib/capsicum-test/
H A Dcapmode.cc387 EXPECT_OK(madvise(mem, mem_size, MADV_NORMAL)); in FORK_TEST()
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1513 largepage_madvise(addr, ps[0], MADV_NORMAL, EINVAL); in ATF_TC_BODY()
1514 largepage_madvise(addr, ps[i], MADV_NORMAL, 0); in ATF_TC_BODY()
/freebsd/sys/vm/
H A Dvm_map.c3008 case MADV_NORMAL: in vm_map_madvise()
3062 case MADV_NORMAL: in vm_map_madvise()