Lines Matching refs:css_set
737 struct css_set init_css_set = {
760 static bool css_set_threaded(struct css_set *cset) in css_set_threaded()
774 static bool css_set_populated(struct css_set *cset) in css_set_populated()
838 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated()
854 static void css_set_skip_task_iters(struct css_set *cset, in css_set_skip_task_iters()
879 struct css_set *from_cset, struct css_set *to_cset, in css_set_move_task()
934 void put_css_set_locked(struct css_set *cset) in put_css_set_locked()
981 static bool compare_css_sets(struct css_set *cset, in compare_css_sets()
982 struct css_set *old_cset, in compare_css_sets()
1060 static struct css_set *find_existing_css_set(struct css_set *old_cset, in find_existing_css_set()
1066 struct css_set *cset; in find_existing_css_set()
1146 static void link_css_set(struct list_head *tmp_links, struct css_set *cset, in link_css_set()
1179 static struct css_set *find_css_set(struct css_set *old_cset, in find_css_set()
1183 struct css_set *cset; in find_css_set()
1264 struct css_set *dcset; in find_css_set()
1368 struct css_set *cset; in current_cgns_cgroup_from_root()
1396 static struct cgroup *cset_cgroup_from_root(struct css_set *cset, in cset_cgroup_from_root()
1746 struct css_set *cset; in rebind_subsystems()
1930 struct css_set *cset = task_css_set(p); in cgroup_enable_task_cg_lists()
1995 struct css_set *cset; in cgroup_setup_root()
2367 struct css_set *cset; in cgroup_migrate_add_task()
2404 tset->cur_cset = list_first_entry(tset->csets, struct css_set, mg_node); in cgroup_taskset_first()
2421 struct css_set *cset = tset->cur_cset; in cgroup_taskset_next()
2470 struct css_set *cset, *tmp_cset; in cgroup_migrate_execute()
2495 struct css_set *from_cset = task_css_set(task); in cgroup_migrate_execute()
2496 struct css_set *to_cset = cset->mg_dst_cset; in cgroup_migrate_execute()
2610 struct css_set *cset, *tmp_cset; in cgroup_migrate_finish()
2646 void cgroup_migrate_add_src(struct css_set *src_cset, in cgroup_migrate_add_src()
2695 struct css_set *src_cset, *tmp_cset; in cgroup_migrate_prepare_dst()
2702 struct css_set *dst_cset; in cgroup_migrate_prepare_dst()
2937 struct css_set *src_cset; in cgroup_update_dfl_csses()
4390 static struct css_set *css_task_iter_next_css_set(struct css_task_iter *it) in css_task_iter_next_css_set()
4394 struct css_set *cset; in css_task_iter_next_css_set()
4404 return container_of(l, struct css_set, in css_task_iter_next_css_set()
4420 cset = container_of(l, struct css_set, e_cset_node[it->ss->id]); in css_task_iter_next_css_set()
4450 struct css_set *cset; in css_task_iter_advance_css_set()
6029 struct css_set *cset; in cgroup_post_fork()
6093 struct css_set *cset; in cgroup_exit()
6142 struct css_set *cset = task_css_set(task); in cgroup_free()
6386 struct css_set *cset; in cgroup_sk_alloc()