Home
last modified time | relevance | path

Searched refs:css_tryget_online (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/kernel/
Dcgroup_freezer.c303 if (!css_tryget_online(pos)) in freezer_read()
403 if (!css_tryget_online(pos)) in freezer_change_state()
Dcpuset.c891 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
1147 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
2284 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_hotplug_workfn()
Dcgroup.c312 if (css && css_tryget_online(css)) in cgroup_get_e_css()
5449 if (!css || !css_tryget_online(css)) in css_tryget_online_from_dir()
/linux-4.1.27/include/linux/
Dcgroup.h89 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() function
/linux-4.1.27/mm/
Dhugetlb_cgroup.c183 if (!css_tryget_online(&h_cg->css)) { in hugetlb_cgroup_charge_cgroup()
Dmemcontrol.c502 css_tryget_online(&memcg->css)) { in sock_update_memcg()
756 !css_tryget_online(&mz->memcg->css)) in __mem_cgroup_largest_soft_limit_node()
987 } while (!css_tryget_online(&memcg->css)); in get_mem_cgroup_from_mm()
2374 if (!css_tryget_online(&memcg->css)) in try_get_mem_cgroup_from_page()
2381 if (memcg && !css_tryget_online(&memcg->css)) in try_get_mem_cgroup_from_page()
/linux-4.1.27/block/
Dblk-cgroup.c188 if (!css_tryget_online(&blkcg->css)) { in blkg_create()
Dbio.c2018 if (css && css_tryget_online(css)) in bio_associate_current()