Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dcgroup_freezer.c300 if (!css_tryget_online(pos)) in freezer_read()
400 if (!css_tryget_online(pos)) in freezer_change_state()
Dcpuset.c894 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
1172 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
2317 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_hotplug_workfn()
Dcgroup.c414 if (css && css_tryget_online(css)) in cgroup_get_e_css()
5837 if (!css || !css_tryget_online(css)) in css_tryget_online_from_dir()
/linux-4.4.14/include/linux/
Dcgroup.h335 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() function
446 if (likely(css_tryget_online(css))) in task_get_css()
/linux-4.4.14/mm/
Dhugetlb_cgroup.c183 if (!css_tryget_online(&h_cg->css)) { in hugetlb_cgroup_charge_cgroup()
Dmemcontrol.c321 css_tryget_online(&memcg->css)) { in sock_update_memcg()
631 !css_tryget_online(&mz->memcg->css)) in __mem_cgroup_largest_soft_limit_node()
850 } while (!css_tryget_online(&memcg->css)); in get_mem_cgroup_from_mm()
5354 if (memcg && !css_tryget_online(&memcg->css)) in mem_cgroup_try_charge()
/linux-4.4.14/block/
Dblk-cgroup.c182 if (!css_tryget_online(&blkcg->css)) { in blkg_create()