Searched refs:rmap_walk (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/mm/ |
D | rmap.c | 893 rmap_walk(page, &rwc); in page_referenced() 1003 rmap_walk(page, &rwc); in page_mkclean() 1684 rmap_walk(page, &rwc); in try_to_unmap() 1963 rmap_walk(page, &rwc); in try_to_migrate() 2033 rmap_walk(page, &rwc); in page_mlock() 2164 rmap_walk(page, &rwc); in page_make_device_exclusive() 2363 void rmap_walk(struct page *page, struct rmap_walk_control *rwc) in rmap_walk() function
|
D | page_idle.c | 108 rmap_walk(page, (struct rmap_walk_control *)&rwc); in page_idle_clear_pte_refs()
|
D | migrate.c | 281 rmap_walk(new, &rwc); in remove_migration_ptes()
|
/Linux-v5.15/include/linux/ |
D | rmap.h | 277 void rmap_walk(struct page *page, struct rmap_walk_control *rwc);
|