Searched refs:MADV_REMOVE (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | process.c | 175 #ifndef MADV_REMOVE 176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro 183 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory() 210 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory()
|
/linux-6.3-rc2/tools/arch/alpha/include/uapi/asm/ |
A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/linux-6.3-rc2/tools/arch/mips/include/uapi/asm/ |
A D | mman.h | 16 #define MADV_REMOVE 9 macro
|
/linux-6.3-rc2/tools/arch/parisc/include/uapi/asm/ |
A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/linux-6.3-rc2/tools/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 15 #define MADV_REMOVE 9 macro
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | mman-common.h | 53 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/ |
A D | mman.h | 89 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/arch/um/include/shared/ |
A D | common-offsets.h | 5 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | mman.h | 80 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | mman.h | 48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | mman.h | 54 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | hugetlb-madvise.c | 327 if (madvise(addr, NR_HUGE_PAGES * huge_page_size, MADV_REMOVE)) { in main() 394 if (madvise(addr, NR_HUGE_PAGES * huge_page_size, MADV_REMOVE)) { in main()
|
A D | userfaultfd.c | 254 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) in hugetlb_release_pages() 299 if (madvise(rel_area, nr_pages * page_size, MADV_REMOVE)) in shmem_release_pages()
|
/linux-6.3-rc2/mm/ |
A D | madvise.c | 53 case MADV_REMOVE: in madvise_need_mmap_write() 1024 case MADV_REMOVE: in madvise_vma_behavior() 1164 case MADV_REMOVE: in madvise_behavior_valid()
|
/linux-6.3-rc2/tools/testing/kunit/test_data/ |
A D | test_is_test_passed-no_tests_run_no_header.log | 30 Checking host MADV_REMOVE support...OK
|
A D | test_output_isolated_correctly.log | 55 Checking host MADV_REMOVE support...OK
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | userfaultfd.rst | 310 enable notifications about madvise(MADV_REMOVE) and
|
Completed in 35 milliseconds