Searched refs:tmp_cg_links (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c556 * @tmp_cg_links: cg_cgroup_link objects allocated by allocate_cg_links()
560 static void link_css_set(struct list_head *tmp_cg_links, argument
565 BUG_ON(list_empty(tmp_cg_links));
566 link = list_first_entry(tmp_cg_links, struct cg_cgroup_link,
592 struct list_head tmp_cg_links; local
613 if (allocate_cg_links(root_count, &tmp_cg_links) < 0) {
633 link_css_set(&tmp_cg_links, res, c);
636 BUG_ON(!list_empty(&tmp_cg_links));
1463 struct list_head tmp_cg_links; local
1498 ret = allocate_cg_links(css_set_count, &tmp_cg_links);
[all...]

Completed in 283 milliseconds