Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dautogroup.c9 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 …]
Dautogroup.h4 struct autogroup { struct
22 return !!tg->autogroup; in task_group_is_autogroup() argument
33 return p->signal->autogroup->tg; in autogroup_task_group()
DMakefile24 obj-$(CONFIG_SCHED_AUTOGROUP) += autogroup.o
Dsched.h390 struct autogroup *autogroup; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c523 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()
Dfs_core.h125 } autogroup; member
/Linux-v4.19/include/linux/sched/
Dsignal.h172 struct autogroup *autogroup; member