Searched refs:autogroup (Results 1 – 7 of 7) sorted by relevance
9 static struct autogroup autogroup_default;17 init_task->signal->autogroup = &autogroup_default; in autogroup_init()22 kfree(tg->autogroup); in autogroup_free()27 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy()38 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()43 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()49 static inline struct autogroup *autogroup_task_get(struct task_struct *p) in autogroup_task_get()51 struct autogroup *ag; in autogroup_task_get()57 ag = autogroup_kref_get(p->signal->autogroup); in autogroup_task_get()63 static inline struct autogroup *autogroup_create(void) in autogroup_create()[all …]
4 struct autogroup { struct22 return !!tg->autogroup; in task_group_is_autogroup() argument33 return p->signal->autogroup->tg; in autogroup_task_group()
24 obj-$(CONFIG_SCHED_AUTOGROUP) += autogroup.o
390 struct autogroup *autogroup; member
523 if (ft->autogroup.active) in del_sw_flow_group()524 ft->autogroup.num_groups--; in del_sw_flow_group()1066 ft->autogroup.active = true; in mlx5_create_auto_grouped_flow_table()1067 ft->autogroup.required_groups = max_num_groups; in mlx5_create_auto_grouped_flow_table()1090 if (ft->autogroup.active) in mlx5_create_flow_group()1269 if (!ft->autogroup.active) in alloc_auto_flow_group()1272 if (ft->autogroup.num_groups < ft->autogroup.required_groups) in alloc_auto_flow_group()1274 group_size = ft->max_fte / (ft->autogroup.required_groups + 1); in alloc_auto_flow_group()1301 ft->autogroup.num_groups++; in alloc_auto_flow_group()
125 } autogroup; member
172 struct autogroup *autogroup; member