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

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmmu_context.h29 struct mm_struct;
32 use_mm(struct mm_struct *mm)
38 unuse_mm(struct mm_struct *mm)
H A Dmmap_lock.h34 mmap_read_lock(struct mm_struct *mm)
41 mmap_read_unlock(struct mm_struct *mm)
48 mmap_write_lock_killable(struct mm_struct *mm)
H A Dmm_types.h42 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.h113 struct mm_struct *vm_mm;
231 apply_to_page_range(struct mm_struct *mm, unsigned long address,
303 get_user_pages_remote(struct task_struct *, struct mm_struct *,
309 pin_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
H A Dsched.h71 struct mm_struct *mm;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c55 /* check if another thread already has a mm_struct */
56 static struct mm_struct *
61 struct mm_struct *mm;
71 /* try to share other mm_struct */
83 struct mm_struct *mm, *mm_other;
116 /* use allocated mm_struct as a fallback */
131 /* setup new mm_struct */
135 /* set mm_struct pointer */
150 /* free mm_struct pointer, if any */
156 struct mm_struct *
[all...]
H A Dlinux_page.c268 get_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
H A Dlinux_compat.c563 /* Drop reference on mm_struct */
1211 struct mm_struct *mm;
1226 * and the mm_struct is usually freed when a process exits.
1228 * The atomic reference below makes sure the mm_struct is
/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem.h53 struct mm_struct *mm;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c142 struct mm_struct *mm)
168 struct mm_struct *mm,
194 struct mm_struct *mm,
219 struct mm_struct *mm,
247 struct mm_struct *mm = get_task_mm(current);
381 struct mm_struct *owning_mm = NULL;
523 struct mm_struct *owning_mm = NULL;
H A Dib_umem.c249 struct mm_struct *mm;
H A Dib_uverbs_main.c766 struct mm_struct *mm = NULL;

Completed in 171 milliseconds