Lines Matching refs:area_src
8 * memory across the two virtual areas (from area_src to area_dst)
15 * area_src), and increments a per-page counter in the same page,
28 * complete. area_src and area_dst are then swapped. All threads are
228 * Be strict and immediately zap area_src, the whole area has
230 * area_src could then be faulted in a racy way by still
232 * area_src (but they're guaranteed to get -EEXIST from
236 uffd_test_ops->release_pages(gopts, gopts->area_src);
319 * area_src and it would map a zero page in it (of
323 * generate zeropages in the area_src, so invalidating
326 * area_src would lead to -EEXIST failure during the
366 *area_count(gopts->area_src, nr, gopts),
370 swap(gopts->area_src, gopts->area_dst);