Searched refs:cg_attach_everywhere (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/shared/ |
D | cgroup-setup.h | 30 int cg_attach_everywhere(CGroupMask supported, const char *path, pid_t pid, cg_migrate_callback_t c…
|
D | tests.c | 308 r = cg_attach_everywhere(supported, cgroup_subroot, 0, NULL, NULL); in enter_cgroup()
|
D | cgroup-setup.c | 698 int cg_attach_everywhere(CGroupMask supported, const char *path, pid_t pid, cg_migrate_callback_t p… in cg_attach_everywhere() function
|
/systemd-251/src/test/ |
D | test-bpf-devices.c | 301 r = cg_attach_everywhere(supported, parent, 0, NULL, NULL); in main()
|
/systemd-251/src/core/ |
D | unit.c | 5062 … r = cg_attach_everywhere(u->manager->cgroup_supported, u->cgroup_path, 0, NULL, NULL); in unit_fork_helper_process()
|
D | execute.c | 4348 r = cg_attach_everywhere(params->cgroup_supported, p, 0, NULL, NULL); in exec_child()
|