Home
last modified time | relevance | path

Searched refs:MADV_COLLAPSE (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dmman.h73 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dmman.h106 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/arch/xtensa/include/uapi/asm/
H A Dmman.h114 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dmman.h79 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
/linux-6.15/mm/
H A Dmadvise.c68 case MADV_COLLAPSE: in madvise_need_mmap_write()
1323 case MADV_COLLAPSE: in madvise_vma_behavior()
1447 case MADV_COLLAPSE: in madvise_behavior_valid()
1473 case MADV_COLLAPSE: in process_madvise_remote_valid()
/linux-6.15/arch/parisc/kernel/
H A Dsys_parisc.c401 case 73: behavior = MADV_COLLAPSE; break; in parisc_madvise()
/linux-6.15/tools/testing/selftests/mm/
H A Dcow.c1251 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse()
1325 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse()
H A Duffd-unit-tests.c612 MADV_COLLAPSE)) { in uffd_minor_test_common()
H A Dkhugepaged.c292 ret = madvise(p, size, MADV_COLLAPSE); in madvise_collapse_retry()
/linux-6.15/Documentation/mm/
H A Dprocess_addrs.rst526 :c:macro:`!MADV_COLLAPSE`.
537 when handling :c:macro:`!MADV_COLLAPSE`.