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

/systemd/src/basic/
H A Dcgroup-util.c298 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self) { argument
306 assert(cto);
347 r = cg_attach(cto, pto, pid);
379 const char *cto,
390 assert(cto);
393 ret = cg_migrate(cfrom, pfrom, cto, pto, ignore_self);
411 r = cg_migrate_recursive(cfrom, p, cto, pto, ignore_self, rem);
431 const char *cto,
440 assert(cto);
443 r = cg_migrate_recursive(cfrom, pfrom, cto, pt
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 15 milliseconds