Searched refs:MADV_COLLAPSE (Results 1 – 5 of 5) sorted by relevance
| /tools/include/uapi/asm-generic/ |
| A D | mman-common.h | 80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */ macro
|
| /tools/testing/selftests/mm/ |
| A D | process_madv.c | 196 ret = sys_process_madvise(self->remote_pidfd, &vec, 1, MADV_COLLAPSE, in TEST_F()
|
| A D | cow.c | 1302 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse() 1380 ret = madvise(mem, size, MADV_COLLAPSE); in do_test_anon_thp_collapse()
|
| A D | khugepaged.c | 292 ret = madvise(p, size, MADV_COLLAPSE); in madvise_collapse_retry()
|
| A D | uffd-unit-tests.c | 612 MADV_COLLAPSE)) { in uffd_minor_test_common()
|
Completed in 14 milliseconds