Searched refs:cfrom (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | cgroup-setup.c | 480 const char *cfrom, in cg_migrate() argument 491 assert(cfrom); in cg_migrate() 507 r = cg_enumerate_processes(cfrom, pfrom, &f); in cg_migrate() 529 if (cfrom && in cg_migrate() 564 const char *cfrom, in cg_migrate_recursive() argument 574 assert(cfrom); in cg_migrate_recursive() 579 ret = cg_migrate(cfrom, pfrom, cto, pto, flags); in cg_migrate_recursive() 581 r = cg_enumerate_subgroups(cfrom, pfrom, &d); in cg_migrate_recursive() 597 r = cg_migrate_recursive(cfrom, p, cto, pto, flags); in cg_migrate_recursive() 606 r = cg_rmdir(cfrom, pfrom); in cg_migrate_recursive() [all …]
|
D | cgroup-setup.h | 25 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, CGroupFlags … 26 int cg_migrate_recursive(const char *cfrom, const char *pfrom, const char *cto, const char *pto, CG… 27 int cg_migrate_recursive_fallback(const char *cfrom, const char *pfrom, const char *cto, const char…
|