Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/cgroup/
Dcgroup.c1142 static int allocate_cgrp_cset_links(int count, struct list_head *tmp_links) in allocate_cgrp_cset_links() argument
1147 INIT_LIST_HEAD(tmp_links); in allocate_cgrp_cset_links()
1152 free_cgrp_cset_links(tmp_links); in allocate_cgrp_cset_links()
1155 list_add(&link->cset_link, tmp_links); in allocate_cgrp_cset_links()
1166 static void link_css_set(struct list_head *tmp_links, struct css_set *cset, in link_css_set() argument
1171 BUG_ON(list_empty(tmp_links)); in link_css_set()
1176 link = list_first_entry(tmp_links, struct cgrp_cset_link, cset_link); in link_css_set()
1204 struct list_head tmp_links; in find_css_set() local
1228 if (allocate_cgrp_cset_links(cgroup_root_count, &tmp_links) < 0) { in find_css_set()
1256 link_css_set(&tmp_links, cset, c); in find_css_set()
[all …]