Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_events_user.c688 struct user_event_mm *user_mm; in user_event_mm_alloc() local
690 user_mm = kzalloc(sizeof(*user_mm), GFP_KERNEL_ACCOUNT); in user_event_mm_alloc()
692 if (!user_mm) in user_event_mm_alloc()
695 user_mm->mm = t->mm; in user_event_mm_alloc()
696 INIT_LIST_HEAD(&user_mm->enablers); in user_event_mm_alloc()
697 refcount_set(&user_mm->refcnt, 1); in user_event_mm_alloc()
698 refcount_set(&user_mm->tasks, 1); in user_event_mm_alloc()
708 mmgrab(user_mm->mm); in user_event_mm_alloc()
710 return user_mm; in user_event_mm_alloc()
713 static void user_event_mm_attach(struct user_event_mm *user_mm, struct task_struct *t) in user_event_mm_attach() argument
[all …]