Searched defs:cg_migrate_recursive (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dcgroup-util.c376 int cg_migrate_recursive( function
411 r = cg_migrate_recursive(cfrom, p, cto, pto, ignore_self, rem);
443 r = cg_migrate_recursive(cfrom, pfrom, cto, pto, ignore_self, rem);
452 q = cg_migrate_recursive(cfrom, pfrom, cto, prefix, ignore_self, rem);
1931 r = cg_migrate_recursive(SYSTEMD_CGROUP_CONTROLLER, from, SYSTEMD_CGROUP_CONTROLLER, to, false, true);

Completed in 34 milliseconds