Home
last modified time | relevance | path

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

/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.h363 bool css_tryget_online(struct cgroup_subsys_state *css);
543 * Can't use css_tryget_online() here. A task which has in task_get_css()
545 * If such task calls this function, css_tryget_online() in task_get_css()
/linux/kernel/cgroup/
H A Dlegacy_freezer.c289 if (!css_tryget_online(pos)) in freezer_read()
390 if (!css_tryget_online(pos)) in freezer_change_state()
H A Dcpuset.c2199 if (!css_tryget_online(&cp->css)) in update_cpumasks_hier()
2298 if (!css_tryget_online(&sibling->css)) in update_sibling_cpumasks()
2710 if (!css_tryget_online(&cp->css)) in update_nodemasks_hier()
3937 if (cs == &top_cpuset || !css_tryget_online(&cs->css)) in cpuset_handle_hotplug()
H A Dcpuset-v1.c316 css_tryget_online(&cs->css)) { in cpuset1_hotplug_update_tasks()
H A Dcgroup.c589 if (css && css_tryget_online(css)) in cgroup_get_e_css()
3901 if (css && !css_tryget_online(css)) in cgroup_local_stat_show()
5580 * and thus css_tryget_online() is guaranteed to fail, the css can be in css_free_rwork_fn()
6072 * css_tryget_online() is now guaranteed to fail. Tell the subsystem to in kill_css_sync()
6178 * no new css reference will be given out via css_tryget_online(). We in cgroup_destroy_locked()
6203 * - Kernel: css_tryget_online() must fail by the time ->css_offline() runs. in cgroup_destroy_locked()
7250 if (!css || !css_tryget_online(css)) in cgroup_get_from_path()
/linux/block/
H A Dblk-cgroup.c385 if (!css_tryget_online(&blkcg->css)) { in blkg_create()
/linux/mm/
H A Dmemcontrol.c4252 * css_tryget_online(). But right now there are no users that
5206 if (!memcg || !css_tryget_online(&memcg->css)) in __mem_cgroup_uncharge()