Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/cgroup/
Dlegacy_freezer.c300 if (!css_tryget_online(pos)) in freezer_read()
400 if (!css_tryget_online(pos)) in freezer_change_state()
Dcpuset.c1426 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
1520 if (!css_tryget_online(&sibling->css)) in update_sibling_cpumasks()
1795 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
3264 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_hotplug_workfn()
Dcgroup.c484 if (css && !css_tryget_online(css)) in cgroup_tryget_css()
572 if (css && css_tryget_online(css)) in cgroup_get_e_css()
6398 if (!css || !css_tryget_online(css)) in css_tryget_online_from_dir()
/kernel/linux/linux-5.10/include/linux/
Dcgroup.h369 static inline bool css_tryget_online(struct cgroup_subsys_state *css) in css_tryget_online() function
/kernel/linux/linux-5.10/block/
Dblk-cgroup.c248 if (!css_tryget_online(&blkcg->css)) { in blkg_create()
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c6882 if (memcg && !css_tryget_online(&memcg->css)) in mem_cgroup_charge()