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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h41 struct mm_struct { struct
49 extern void linux_mm_dtor(struct mm_struct *mm);
52 mmdrop(struct mm_struct *mm)
59 mmget_not_zero(struct mm_struct *mm)
65 mmput(struct mm_struct *mm)
72 mmgrab(struct mm_struct *mm)
77 extern struct mm_struct *linux_get_task_mm(struct task_struct *);
H A Dmm.h102 struct mm_struct *vm_mm;
183 apply_to_page_range(struct mm_struct *mm, unsigned long address,
245 get_user_pages_remote(struct task_struct *, struct mm_struct *,
H A Dsched.h66 struct mm_struct *mm;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c50 struct mm_struct *mm;
51 struct mm_struct *mm_other;
77 /* check if another thread already has a mm_struct */
88 /* try to share other mm_struct */
90 /* set mm_struct pointer */
96 /* use allocated mm_struct as a fallback */
98 /* setup new mm_struct */
102 /* set mm_struct pointer */
112 /* free mm_struct pointer, if any */
118 struct mm_struct *
[all...]
H A Dlinux_page.c276 get_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
H A Dlinux_compat.c604 /* Drop reference on mm_struct */
1232 struct mm_struct *mm;
1247 * and the mm_struct is usually freed when a process exits.
1249 * The atomic reference below makes sure the mm_struct is
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem.h53 struct mm_struct *mm;
/freebsd-11-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-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1413 struct mm_struct *owning_mm = NULL;

Completed in 108 milliseconds