Home
last modified time | relevance | path

Searched refs:alloc_and_copy (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/rdma/
Duverbs_ioctl.h79 u8 alloc_and_copy:1; member
322 #define UA_ALLOC_AND_COPY .alloc_and_copy = 1
/Linux-v4.19/include/linux/
Dmigrate.h254 void (*alloc_and_copy)(struct vm_area_struct *vma, member
/Linux-v4.19/Documentation/vm/
Dhmm.rst323 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
/Linux-v4.19/drivers/infiniband/core/
Duverbs_ioctl.c196 if (val_spec->alloc_and_copy && !uverbs_attr_ptr_is_inline(e)) { in uverbs_process_attr()
/Linux-v4.19/mm/
Dmigrate.c2941 ops->alloc_and_copy(vma, src, dst, start, end, private); in migrate_vma()