Searched refs:MADV_DONTNEED (Results 1 – 15 of 15) sorted by relevance
| /Linux-v4.19/tools/arch/parisc/include/uapi/asm/ |
| D | mman.h | 8 #define MADV_DONTNEED 4 macro
|
| /Linux-v4.19/tools/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 8 #define MADV_DONTNEED 4 macro
|
| /Linux-v4.19/tools/arch/alpha/include/uapi/asm/ |
| D | mman.h | 8 #define MADV_DONTNEED 6 macro
|
| /Linux-v4.19/tools/arch/mips/include/uapi/asm/ |
| D | mman.h | 8 #define MADV_DONTNEED 4 macro
|
| /Linux-v4.19/tools/include/uapi/asm-generic/ |
| D | mman-common.h | 46 #define MADV_DONTNEED 4 /* don't need these pages */ macro
|
| /Linux-v4.19/include/uapi/asm-generic/ |
| D | mman-common.h | 46 #define MADV_DONTNEED 4 /* don't need these pages */ macro
|
| /Linux-v4.19/arch/alpha/include/uapi/asm/ |
| D | mman.h | 52 #define MADV_DONTNEED 6 /* don't need these pages */ macro
|
| /Linux-v4.19/arch/parisc/include/uapi/asm/ |
| D | mman.h | 45 #define MADV_DONTNEED 4 /* don't need these pages */ macro
|
| /Linux-v4.19/arch/xtensa/include/uapi/asm/ |
| D | mman.h | 91 #define MADV_DONTNEED 4 /* don't need these pages */ macro
|
| /Linux-v4.19/arch/mips/include/uapi/asm/ |
| D | mman.h | 78 #define MADV_DONTNEED 4 /* don't need these pages */ macro
|
| /Linux-v4.19/mm/ |
| D | madvise.c | 42 case MADV_DONTNEED: in madvise_need_mmap_write() 562 if (behavior == MADV_DONTNEED) in madvise_dontneed_free() 697 case MADV_DONTNEED: in madvise_vma() 715 case MADV_DONTNEED: in madvise_behavior_valid()
|
| /Linux-v4.19/tools/testing/selftests/vm/ |
| D | transhuge-stress.c | 133 if (madvise(p, HPAGE_SIZE - PAGE_SIZE, MADV_DONTNEED)) in main()
|
| D | userfaultfd.c | 122 if (madvise(rel_area, nr_pages * page_size, MADV_DONTNEED)) { in anon_release_pages()
|
| /Linux-v4.19/tools/testing/selftests/x86/ |
| D | protection_keys.c | 1308 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in get_pointer_to_instructions() 1334 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in test_executing_on_unreadable_memory() 1363 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in test_implicit_mprotect_exec_only_memory()
|
| /Linux-v4.19/Documentation/admin-guide/mm/ |
| D | userfaultfd.rst | 200 madvise(MADV_DONTNEED) calls. The event UFFD_EVENT_REMOVE will
|