Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcgroup.h351 static inline bool css_tryget(struct cgroup_subsys_state *css) in css_tryget() function
427 return css_tryget(&cgrp->self); in cgroup_tryget()
520 if (likely(css_tryget(css))) in task_get_css()
/linux/mm/
A Dmemcontrol.c594 !css_tryget(&mz->memcg->css)) in __mem_cgroup_largest_soft_limit_node()
934 } while (!css_tryget(&memcg->css)); in get_mem_cgroup_from_mm()
1001 if (!pos || css_tryget(&pos->css)) in mem_cgroup_iter()
1042 if (css_tryget(css)) in mem_cgroup_iter()
2751 if (unlikely(!css_tryget(&memcg->css))) in get_mem_cgroup_from_objcg()
6959 if (css_tryget(&memcg->css)) in mem_cgroup_sk_alloc()
A Dhugetlb_cgroup.c247 if (!css_tryget(&h_cg->css)) { in __hugetlb_cgroup_charge_cgroup()
/linux/fs/
A Dfs-writeback.c578 if (memcg_css && !css_tryget(memcg_css)) in inode_switch_wbs()
1065 if (memcg_css && !css_tryget(memcg_css)) in cgroup_writeback_by_id()
/linux/net/mptcp/
A Dsubflow.c1479 if (memcg && css_tryget(&memcg->css)) in mptcp_attach_cgroup()

Completed in 25 milliseconds