Home
last modified time | relevance | path

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

/linux/mm/
H A Dvma.c139 * init_multi_vma_prep() - Initializer for struct vma_prepare
140 * @vp: The vma_prepare struct
145 static void init_multi_vma_prep(struct vma_prepare *vp, in init_multi_vma_prep()
152 memset(vp, 0, sizeof(struct vma_prepare)); in init_multi_vma_prep()
288 * vma_prepare() - Helper function for handling locking VMAs prior to altering
289 * @vp: The initialized vma_prepare struct
291 static void vma_prepare(struct vma_prepare *vp) in vma_prepare() function
334 * @vp: The vma_prepare struct
338 static void vma_complete(struct vma_prepare *v
[all...]