Home
last modified time | relevance | path

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

/kernel/sched/
Dautogroup.c27 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local
31 ag->tg->rt_se = NULL; in autogroup_destroy()
32 ag->tg->rt_rq = NULL; in autogroup_destroy()
34 sched_offline_group(ag->tg); in autogroup_destroy()
35 sched_destroy_group(ag->tg); in autogroup_destroy()
38 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument
40 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put()
43 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument
45 kref_get(&ag->kref); in autogroup_kref_get()
46 return ag; in autogroup_kref_get()
[all …]