/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.h | 45 #define MADV_DONTNEED 4 /* do not expect access in the near future */ macro
|
H A D | WindowsMMap.c | 118 if (advice != MADV_DONTNEED) in madvise()
|
H A D | InstrProfilingUtil.c | 370 MADV_DONTNEED); in lprofReleaseMemoryPagesToOS()
|
/freebsd/crypto/openssh/ |
H A D | sandbox-seccomp-filter.c | 318 # ifdef MADV_DONTNEED 319 SC_ALLOW_ARG(__NR_madvise, 2, MADV_DONTNEED),
|
/freebsd/contrib/jemalloc/src/ |
H A D | pages.c | 322 return (madvise(addr, size, MADV_DONTNEED) != 0); in pages_purge_lazy() 339 return (madvise(addr, size, MADV_DONTNEED) != 0); in pages_purge_forced()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform.h | 416 # define SANITIZER_MADVISE_DONTNEED MADV_DONTNEED
|
/freebsd/sys/sys/ |
H A D | mman.h | 161 #define MADV_DONTNEED _MADV_DONTNEED macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | linux.cpp | 100 while (madvise(Addr, Size, MADV_DONTNEED) == -1 && errno == EAGAIN) { in getEnv()
|
/freebsd/sys/compat/linux/ |
H A D | linux_mmap.c | 247 * Implement Linux madvise(MADV_DONTNEED), which has unusual semantics: for 321 "possibly incorrect MADV_DONTNEED"); in linux_madvise_dontneed() 333 vm_object_madvise(object, pstart, pend, MADV_DONTNEED); in linux_madvise_dontneed()
|
/freebsd/usr.bin/mkimg/ |
H A D | image.c | 337 if (madvise(buffer, sz, MADV_DONTNEED) != 0) in image_file_unmap()
|
/freebsd/tests/sys/posixshm/ |
H A D | posixshm_test.c | 1556 largepage_madvise(addr, ps[0], MADV_DONTNEED, 0); in ATF_TC_BODY() 1557 largepage_madvise(addr, ps[i], MADV_DONTNEED, 0); in ATF_TC_BODY()
|
/freebsd/sys/vm/ |
H A D | vm_fault.c | 1860 pmap_advise(fs->map->pmap, start, end, MADV_DONTNEED); in vm_fault_dontneed()
|
H A D | vm_map.c | 3051 case MADV_DONTNEED: in vm_map_madvise() 3182 if (behav == MADV_DONTNEED || behav == MADV_FREE) in vm_map_madvise()
|
H A D | vm_page.c | 4712 else if (advice != MADV_DONTNEED) { in vm_page_advise()
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 5285 if (advice != MADV_DONTNEED && advice != MADV_FREE) in __CONCAT() 5356 if (advice == MADV_DONTNEED) { in __CONCAT()
|
/freebsd/sys/arm/arm/ |
H A D | pmap-v6.c | 5563 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise() 5622 if (advice == MADV_DONTNEED) { in pmap_advise()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 2230 if (advice != MADV_DONTNEED && advice != MADV_FREE) in mmu_radix_advise() 2306 if (advice == MADV_DONTNEED) { in mmu_radix_advise()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 888 ::madvise(Mapping, Size, MADV_DONTNEED);
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 7502 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise() 7584 if (advice == MADV_DONTNEED) { in pmap_advise()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 9205 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise() 9298 if (advice == MADV_DONTNEED) { in pmap_advise()
|