Searched refs:alloc_and_copy (Results 1 – 5 of 5) sorted by relevance
79 u8 alloc_and_copy:1; member322 #define UA_ALLOC_AND_COPY .alloc_and_copy = 1
254 void (*alloc_and_copy)(struct vm_area_struct *vma, member
323 The migrate_vma_ops struct defines two callbacks. First one (alloc_and_copy())328 void (*alloc_and_copy)(struct vm_area_struct *vma,347 The alloc_and_copy() might decide to not migrate all pages in the
196 if (val_spec->alloc_and_copy && !uverbs_attr_ptr_is_inline(e)) { in uverbs_process_attr()
2941 ops->alloc_and_copy(vma, src, dst, start, end, private); in migrate_vma()