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

/systemd/src/basic/
H A Dcgroup-util.c167 int cg_kill(const char *controller, const char *path, int sig, bool sigcont, bool ignore_self, Set *s) { argument
202 if (ignore_self && pid == my_pid)
248 int cg_kill_recursive(const char *controller, const char *path, int sig, bool sigcont, bool ignore_self, bool rem, Set *s) { argument
263 ret = cg_kill(controller, path, sig, sigcont, ignore_self, s);
281 r = cg_kill_recursive(controller, p, sig, sigcont, ignore_self, rem, s);
298 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self) { argument
333 if (ignore_self && pid == my_pid)
381 bool ignore_self,
393 ret = cg_migrate(cfrom, pfrom, cto, pto, ignore_self);
411 r = cg_migrate_recursive(cfrom, p, cto, pto, ignore_self, re
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 12 milliseconds