Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c689 struct user_event_mm *user_mm; in user_event_mm_alloc() local
691 user_mm = kzalloc(sizeof(*user_mm), GFP_KERNEL_ACCOUNT); in user_event_mm_alloc()
693 if (!user_mm) in user_event_mm_alloc()
696 user_mm->mm = t->mm; in user_event_mm_alloc()
697 INIT_LIST_HEAD(&user_mm->enablers); in user_event_mm_alloc()
698 refcount_set(&user_mm->refcnt, 1); in user_event_mm_alloc()
699 refcount_set(&user_mm->tasks, 1); in user_event_mm_alloc()
709 mmgrab(user_mm->mm); in user_event_mm_alloc()
711 return user_mm; in user_event_mm_alloc()
714 static void user_event_mm_attach(struct user_event_mm *user_mm, struct task_struct *t) in user_event_mm_attach() argument
[all …]