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
359
get_user_pages_remote(struct task_struct *, struct mm_struct *,
sys/compat/linuxkpi/common/include/linux/mm.h
365
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
1271
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
299
get_user_pages_remote(struct task_struct *task, struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem.c
249
struct mm_struct *mm;
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
142
struct mm_struct *mm)
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
168
struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
194
struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
219
struct mm_struct *mm,
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
247
struct mm_struct *mm = get_task_mm(current);
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
381
struct mm_struct *owning_mm = NULL;
sys/ofed/drivers/infiniband/core/ib_umem_odp.c
523
struct mm_struct *owning_mm = NULL;
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
766
struct mm_struct *mm = NULL;
sys/ofed/include/rdma/ib_umem.h
53
struct mm_struct *mm;