Searched refs:mm_struct (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h43 struct mm_struct { struct
51 extern void linux_mm_dtor(struct mm_struct *mm);
54 mmdrop(struct mm_struct *mm)
61 mmget_not_zero(struct mm_struct *mm)
67 mmput(struct mm_struct *mm)
74 mmgrab(struct mm_struct *mm)
79 extern struct mm_struct *linux_get_task_mm(struct task_struct *);
H A Dmm.h106 struct mm_struct *vm_mm;
187 apply_to_page_range(struct mm_struct *mm, unsigned long address,
239 get_user_pages_remote(struct task_struct *, struct mm_struct *,
H A Dsched.h66 struct mm_struct *mm;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c51 /* check if another thread already has a mm_struct */
52 static struct mm_struct *
57 struct mm_struct *mm;
67 /* try to share other mm_struct */
79 struct mm_struct *mm, *mm_other;
112 /* use allocated mm_struct as a fallback */
127 /* setup new mm_struct */
131 /* set mm_struct pointer */
146 /* free mm_struct pointer, if any */
152 struct mm_struct *
[all...]
H A Dlinux_page.c251 get_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
H A Dlinux_compat.c597 /* Drop reference on mm_struct */
1233 struct mm_struct *mm;
1248 * and the mm_struct is usually freed when a process exits.
1250 * The atomic reference below makes sure the mm_struct is
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_umem.h55 struct mm_struct *mm;
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c144 struct mm_struct *mm)
170 struct mm_struct *mm,
196 struct mm_struct *mm,
221 struct mm_struct *mm,
249 struct mm_struct *mm = get_task_mm(current);
383 struct mm_struct *owning_mm = NULL;
525 struct mm_struct *owning_mm = NULL;
H A Dib_umem.c252 struct mm_struct *mm;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1507 struct mm_struct *owning_mm = NULL;

Completed in 134 milliseconds