Searched refs:css_tryget (Results 1 – 3 of 3) sorted by relevance
72 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget() function
1051 } while (pos && !css_tryget(&pos->css)); in mem_cgroup_iter()1081 if (css_tryget(css)) { in mem_cgroup_iter()
1050 return css_tryget(&cgrp->self); in cgroup_tryget()