Searched refs:cfrom (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | cgroup-util.h | 106 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self); 107 int cg_migrate_recursive(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool remove); 108 int cg_migrate_recursive_fallback(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem);
|
H A D | cgroup-util.c | 298 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self) { argument 304 assert(cfrom); 320 r = cg_enumerate_processes(cfrom, pfrom, &f); 342 if (cfrom && 377 const char *cfrom, 388 assert(cfrom); 393 ret = cg_migrate(cfrom, pfrom, cto, pto, ignore_self); 395 r = cg_enumerate_subgroups(cfrom, pfrom, &d); 411 r = cg_migrate_recursive(cfrom, p, cto, pto, ignore_self, rem); 420 r = cg_rmdir(cfrom, pfro 376 cg_migrate_recursive( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument 428 cg_migrate_recursive_fallback( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument [all...] |
Completed in 559 milliseconds