Home
last modified time | relevance | path

Searched refs:migrate_vma_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dmigrate.h253 struct migrate_vma_ops { struct
269 int migrate_vma(const struct migrate_vma_ops *ops, argument
277 static inline int migrate_vma(const struct migrate_vma_ops *ops, in migrate_vma()
/Linux-v4.19/Documentation/vm/
Dhmm.rst308 int migrate_vma(const struct migrate_vma_ops *ops,
323 The migrate_vma_ops struct defines two callbacks. First one (alloc_and_copy())
327 struct migrate_vma_ops {
/Linux-v4.19/mm/
Dmigrate.c2886 int migrate_vma(const struct migrate_vma_ops *ops, in migrate_vma()