Searched refs:post_vma (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpagewalk.h52 * @post_vma: if set, called after a walk on a non-null vma, provided
78 void (*post_vma)(struct mm_walk *walk); member in struct:mm_walk_ops
/linux-master/mm/
H A Dmapping_dirty_helpers.c193 * wp_clean_post_vma - The pagewalk post_vma callback.
195 * The post_vma callback performs the tlb flush and calls necessary mmu
237 .post_vma = wp_clean_post_vma
246 .post_vma = wp_clean_post_vma
H A Dpagewalk.c397 if (ops->post_vma)
398 ops->post_vma(walk);
458 * there are two callbacks, pre_vma() and post_vma(). Note that post_vma(),

Completed in 133 milliseconds