Symbol: mm_struct
sys/compat/linuxkpi/common/include/linux/mm.h
114
struct mm_struct *vm_mm;
sys/compat/linuxkpi/common/include/linux/mm.h
240
apply_to_page_range(struct mm_struct *mm, unsigned long address,
sys/compat/linuxkpi/common/include/linux/mm.h
360
get_user_pages_remote(struct task_struct *, struct mm_struct *,
sys/compat/linuxkpi/common/include/linux/mm.h
366
pin_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
sys/compat/linuxkpi/common/include/linux/mm_types.h
51
extern void linux_mm_dtor(struct mm_struct *mm);
sys/compat/linuxkpi/common/include/linux/mm_types.h
54
mmdrop(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mm_types.h
61
mmget_not_zero(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mm_types.h
67
mmput(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mm_types.h
74
mmgrab(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mm_types.h
79
extern struct mm_struct *linux_get_task_mm(struct task_struct *);
sys/compat/linuxkpi/common/include/linux/mmap_lock.h
34
mmap_read_lock(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mmap_lock.h
41
mmap_read_unlock(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mmap_lock.h
48
mmap_write_lock_killable(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mmu_context.h
29
struct mm_struct;
sys/compat/linuxkpi/common/include/linux/mmu_context.h
32
use_mm(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/mmu_context.h
38
unuse_mm(struct mm_struct *mm)
sys/compat/linuxkpi/common/include/linux/sched.h
72
struct mm_struct *mm;
sys/compat/linuxkpi/common/src/linux_compat.c
1316
struct mm_struct *mm;
sys/compat/linuxkpi/common/src/linux_current.c
150
struct mm_struct *
sys/compat/linuxkpi/common/src/linux_current.c
153
struct mm_struct *mm;
sys/compat/linuxkpi/common/src/linux_current.c
164
linux_mm_dtor(struct mm_struct *mm)
sys/compat/linuxkpi/common/src/linux_current.c
291
sizeof(struct mm_struct), NULL, NULL, NULL, NULL,
sys/compat/linuxkpi/common/src/linux_current.c
56
static struct mm_struct *
sys/compat/linuxkpi/common/src/linux_current.c
61
struct mm_struct *mm;
sys/compat/linuxkpi/common/src/linux_current.c
83
struct mm_struct *mm, *mm_other;
sys/compat/linuxkpi/common/src/linux_page.c
307
get_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem.c
90
struct mm_struct *mm;
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
126
struct mm_struct *mm)
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
157
struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
193
struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
242
struct mm_struct *mm)
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
411
struct mm_struct *mm = umem->owning_mm;
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
594
struct mm_struct *owning_mm = umem_odp->umem.owning_mm;
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
768
struct mm_struct *mm = NULL;
sys/ofed/include/rdma/ib_umem.h
47
struct mm_struct *owning_mm;
sys/ofed/include/rdma/ib_umem_odp.h
93
struct mm_struct *mm;