Home
last modified time | relevance | path

Searched refs:user_mm (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_user.c732 struct user_event_mm *user_mm; in user_event_mm_alloc() local
734 user_mm = kzalloc_obj(*user_mm, GFP_KERNEL_ACCOUNT); in user_event_mm_alloc()
736 if (!user_mm) in user_event_mm_alloc()
739 user_mm->mm = t->mm; in user_event_mm_alloc()
740 INIT_LIST_HEAD(&user_mm->enablers); in user_event_mm_alloc()
741 refcount_set(&user_mm->refcnt, 1); in user_event_mm_alloc()
742 refcount_set(&user_mm->tasks, 1); in user_event_mm_alloc()
752 mmgrab(user_mm->mm); in user_event_mm_alloc()
754 return user_mm; in user_event_mm_alloc()
757 static void user_event_mm_attach(struct user_event_mm *user_mm, struct task_struct *t) in user_event_mm_attach() argument
[all …]