Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/cgroup/
Dfreezer.c300 if (!css_tryget_online(pos)) in freezer_read()
400 if (!css_tryget_online(pos)) in freezer_change_state()
Dcpuset.c921 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
1174 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
2342 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_hotplug_workfn()
Dcgroup.c487 if (!css || !css_tryget_online(css)) in cgroup_tryget_css()
546 if (css && css_tryget_online(css)) in cgroup_get_e_css()
5738 if (!css || !css_tryget_online(css)) in css_tryget_online_from_dir()
/Linux-v4.19/include/linux/
Dcgroup.h351 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() function
497 if (likely(css_tryget_online(css))) in task_get_css()
/Linux-v4.19/mm/
Dhugetlb_cgroup.c199 if (!css_tryget_online(&h_cg->css)) { in hugetlb_cgroup_charge_cgroup()
Dmemcontrol.c666 !css_tryget_online(&mz->memcg->css)) in __mem_cgroup_largest_soft_limit_node()
848 } while (!css_tryget_online(&memcg->css)); in get_mem_cgroup_from_mm()
869 if (!memcg || !css_tryget_online(&memcg->css)) in get_mem_cgroup_from_page()
885 if (css_tryget_online(&current->active_memcg->css)) in get_mem_cgroup_from_current()
5903 if (memcg && !css_tryget_online(&memcg->css)) in mem_cgroup_try_charge()
6249 if (css_tryget_online(&memcg->css)) in mem_cgroup_sk_alloc()
/Linux-v4.19/block/
Dblk-cgroup.c186 if (!css_tryget_online(&blkcg->css)) { in blkg_create()