Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcondition.c986 _cleanup_free_ char *slice_path = NULL, *root_scope = NULL; in condition_test_psi() local
1020 r = cg_pid_get_path(SYSTEMD_CGROUP_CONTROLLER, getpid_cached(), &root_scope); in condition_test_psi()
1026 e = endswith(root_scope, "/" SPECIAL_INIT_SCOPE); in condition_test_psi()
1029 if (!empty_or_root(root_scope)) { in condition_test_psi()
1032 slice_joined = path_join(root_scope, slice_path); in condition_test_psi()