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

/linux-master/include/linux/
H A Dpagewalk.h51 * @pre_vma: if set, called before starting walk on a non-null vma.
53 * that @pre_vma and the vma walk succeeded.
76 int (*pre_vma)(unsigned long start, unsigned long end, member in struct:mm_walk_ops
/linux-master/mm/
H A Dmapping_dirty_helpers.c164 * wp_clean_pre_vma - The pagewalk pre_vma callback.
166 * The pre_vma callback performs the cache flush, stages the tlb flush
236 .pre_vma = wp_clean_pre_vma,
245 .pre_vma = wp_clean_pre_vma,
H A Dpagewalk.c385 if (ops->pre_vma) {
386 err = ops->pre_vma(start, end, walk);
458 * there are two callbacks, pre_vma() and post_vma(). Note that post_vma(),

Completed in 246 milliseconds