Home
last modified time | relevance | path

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

/kernel/sched/
Dauto_group.c11 static struct autogroup autogroup_default;
19 init_task->signal->autogroup = &autogroup_default; in autogroup_init()
24 kfree(tg->autogroup); in autogroup_free()
29 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy()
40 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()
45 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()
51 static inline struct autogroup *autogroup_task_get(struct task_struct *p) in autogroup_task_get()
53 struct autogroup *ag; in autogroup_task_get()
59 ag = autogroup_kref_get(p->signal->autogroup); in autogroup_task_get()
65 static inline struct autogroup *autogroup_create(void) in autogroup_create()
[all …]
Dauto_group.h6 struct autogroup { struct
24 return !!tg->autogroup; in task_group_is_autogroup() argument
35 return p->signal->autogroup->tg; in autogroup_task_group()
Dsched.h275 struct autogroup *autogroup; member