Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dcgroup-util.c1420 r = cg_path_get_slice(path, &slice); in cg_path_get_owner_uid()
1449 int cg_path_get_slice(const char *p, char **slice) { in cg_path_get_slice() function
1495 return cg_path_get_slice(cgroup, slice); in cg_pid_get_slice()
1509 return cg_path_get_slice(t, slice); in cg_path_get_user_slice()
Dcgroup-util.h265 int cg_path_get_slice(const char *path, char **slice);
/systemd-251/src/test/
Dtest-cgroup-util.c123 assert_se(cg_path_get_slice(path, &s) == code); in check_p_g_slice()
/systemd-251/src/journal/
Djournald-context.c310 (void) cg_path_get_slice(c->cgroup, &t); in client_context_read_cgroup()
/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c446 r = cg_path_get_slice(shifted, (char**) &c->slice); in sd_bus_creds_get_slice()
/systemd-251/src/nspawn/
Dnspawn-oci.c946 r = cg_path_get_slice(p, &slice); in oci_cgroups_path()