Home
last modified time | relevance | path

Searched refs:MADV_DONTNEED (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c69 ret = madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED); in usr_signal_handler()
138 if (madvise(ss.ss_sp, SIGSTKSZ, MADV_DONTNEED)) { in tm_trap_test()
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Dmman.h8 #define MADV_DONTNEED 4 macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Dmman.h8 #define MADV_DONTNEED 6 macro
/OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h8 #define MADV_DONTNEED 4 macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Dmman.h8 #define MADV_DONTNEED 4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dmman-common.h46 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dmman-common.h46 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dmman-common.h49 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dmman-common.h49 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dmman.h85 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dmman.h76 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dmman.h50 #define MADV_DONTNEED 6 /* don't need these pages */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dmman.h44 #define MADV_DONTNEED 4 /* don't need these pages */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-linux.h76 # define MADV_DONTNEED 4 /* Don't need these pages. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-linux.h76 # define MADV_DONTNEED 4 /* Don't need these pages. */ macro
/OK3568_Linux_fs/kernel/mm/
H A Dmadvise.c54 case MADV_DONTNEED: in madvise_need_mmap_write()
842 if (behavior == MADV_DONTNEED) in madvise_dontneed_free()
966 case MADV_DONTNEED: in madvise_vma()
984 case MADV_DONTNEED: in madvise_behavior_valid()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dtranshuge-stress.c133 if (madvise(p, HPAGE_SIZE - PAGE_SIZE, MADV_DONTNEED)) in main()
H A Dprotection_keys.c1401 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in get_pointer_to_instructions()
1427 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in test_executing_on_unreadable_memory()
1461 madvise(p1, PAGE_SIZE, MADV_DONTNEED); in test_implicit_mprotect_exec_only_memory()
H A Dkhugepaged.c526 madvise(p, page_size, MADV_DONTNEED); in alloc_at_fault()
711 madvise(p + page_size, hpage_pmd_size - page_size, MADV_DONTNEED); in collapse_single_pte_entry_compound()
H A Duserfaultfd.c206 if (madvise(rel_area, nr_pages * page_size, MADV_DONTNEED)) in anon_release_pages()
/OK3568_Linux_fs/kernel/tools/testing/selftests/mincore/
H A Dmincore_selftest.c120 madvise(addr, page_size, MADV_DONTNEED); in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c113 madvise(ucp->uc_link, sizeof(ucontext_t), MADV_DONTNEED); in trap_signal_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_mmap.c208 madvise(addr, zc.length, MADV_DONTNEED); in child_thread()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory-tagging-extension.rst54 **Note**: ``madvise()`` memory ranges with ``MADV_DONTNEED`` and
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Duserfaultfd.rst278 madvise(MADV_DONTNEED) calls. The event ``UFFD_EVENT_REMOVE`` will

12