Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcgroup_refcnt.h61 bool css_tryget_online(struct cgroup_subsys_state *css) in CGROUP_REF_EXPORT()
67 CGROUP_REF_EXPORT(css_tryget_online) in CGROUP_REF_EXPORT() argument
H A Dcgroup.h316 bool css_tryget_online(struct cgroup_subsys_state *css);
/openbmc/linux/kernel/cgroup/
H A Dlegacy_freezer.c304 if (!css_tryget_online(pos)) in freezer_read()
405 if (!css_tryget_online(pos)) in freezer_change_state()
H A Dcpuset.c1705 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
1818 if (!css_tryget_online(&sibling->css)) in update_sibling_cpumasks()
2133 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
3859 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_hotplug_workfn()
H A Dcgroup.c582 if (css && css_tryget_online(css)) in cgroup_get_e_css()
3660 if (css && !css_tryget_online(css)) in cgroup_tryget_css()
6804 if (!css || !css_tryget_online(css)) in css_tryget_online_from_dir()
/openbmc/linux/block/
H A Dblk-cgroup.c391 if (!css_tryget_online(&blkcg->css)) { in blkg_create()
/openbmc/linux/mm/
H A Dmemcontrol.c7102 if (!memcg || !css_tryget_online(&memcg->css)) in mem_cgroup_swapin_charge_folio()