Searched refs:css_get_next (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/linux/ |
D | cgroup.h | 620 struct cgroup_subsys_state *css_get_next(struct cgroup_subsys *ss, int id,
|
/linux-2.6.39/mm/ |
D | memcontrol.c | 751 css = css_get_next(&mem_cgroup_subsys, 1, &mem->css, &found); in mem_cgroup_start_loop() 783 css = css_get_next(&mem_cgroup_subsys, nextid, in mem_cgroup_get_next() 1404 css = css_get_next(&mem_cgroup_subsys, nextid, &root_mem->css, in mem_cgroup_select_victim()
|
/linux-2.6.39/kernel/ |
D | cgroup.c | 4780 css_get_next(struct cgroup_subsys *ss, int id, in css_get_next() function
|