Searched refs:autogroup (Results 1 – 3 of 3) sorted by relevance
8 static struct autogroup autogroup_default;38 init_task->signal->autogroup = &autogroup_default; in autogroup_init()44 kfree(tg->autogroup); in autogroup_free()49 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy()60 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()65 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()71 static inline struct autogroup *autogroup_task_get(struct task_struct *p) in autogroup_task_get()73 struct autogroup *ag; in autogroup_task_get()79 ag = autogroup_kref_get(p->signal->autogroup); in autogroup_task_get()85 static inline struct autogroup *autogroup_create(void) in autogroup_create()[all …]
7 struct autogroup { struct25 return !!tg->autogroup; in task_group_is_autogroup() argument37 return p->signal->autogroup->tg; in autogroup_task_group()
410 struct autogroup *autogroup; member