Home
last modified time | relevance | path

Searched refs:MADV_COLD (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h72 #define MADV_COLD 20 /* deactivate these pages */ macro
/linux/tools/testing/selftests/mm/
H A Dpfnmap.c165 MADV_COLD, in TEST_F()
H A Dguard-regions.c1456 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_COLD), 0); in TEST_F()
/linux/mm/
H A Dmadvise.c1363 case MADV_COLD: in madvise_vma_behavior()
1540 case MADV_COLD: in madvise_behavior_valid()
1574 case MADV_COLD: in process_madvise_remote_valid()
1759 case MADV_COLD: in get_lock_mode()
/linux/mm/damon/
H A Dvaddr.c962 madv_action = MADV_COLD; in damon_va_apply_scheme()
/linux/Documentation/mm/damon/
H A Ddesign.rst456 - ``cold``: Call ``madvise()`` for the region with ``MADV_COLD``.