Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcgroup.h344 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget() function
420 return css_tryget(&cgrp->self); in cgroup_tryget()
513 if (likely(css_tryget(css))) in task_get_css()
/Linux-v5.4/mm/
Dhugetlb_cgroup.c199 if (!css_tryget(&h_cg->css)) { in hugetlb_cgroup_charge_cgroup()
Dmemcontrol.c963 } while (!css_tryget(&memcg->css)); in get_mem_cgroup_from_mm()
1062 if (!pos || css_tryget(&pos->css)) in mem_cgroup_iter()
1103 if (css_tryget(css)) in mem_cgroup_iter()
/Linux-v5.4/fs/
Dfs-writeback.c934 if (memcg_css && !css_tryget(memcg_css)) in cgroup_writeback_by_id()