Searched refs:test_walk (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mapping_dirty_helpers.c | 235 .test_walk = wp_clean_test_walk, 244 .test_walk = wp_clean_test_walk,
|
| H A D | pagewalk.c | 370 if (ops->test_walk) in walk_page_test() 371 return ops->test_walk(start, end, walk); in walk_page_test()
|
| H A D | hmm.c | 559 .test_walk = hmm_vma_walk_test,
|
| H A D | mprotect.c | 592 .test_walk = prot_none_test,
|
| H A D | mempolicy.c | 765 .test_walk = queue_pages_test_walk, 772 .test_walk = queue_pages_test_walk,
|
| H A D | vmscan.c | 3778 .test_walk = should_skip_vma, in walk_mm()
|
| /linux-6.15/include/linux/ |
| H A D | pagewalk.h | 84 int (*test_walk)(unsigned long addr, unsigned long next, member
|
| /linux-6.15/fs/proc/ |
| H A D | task_mmu.c | 1545 .test_walk = clear_refs_test_walk, 2656 .test_walk = pagemap_scan_test_walk,
|